PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::PerformanceInsights::DimensionGroup; use Moose; has Dimensions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Group => (is => 'ro', isa => 'Str', required => 1); has Limit => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::PerformanceInsights::DimensionGroup =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::PerformanceInsights::DimensionGroup object: $service_obj->Method(Att1 => { Dimensions => $value, ..., Limit => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::PerformanceInsights::DimensionGroup object: $result = $service_obj->Method(...); $result->Att1->Dimensions =head1 DESCRIPTION A logical grouping of Performance Insights metrics for a related subject area. For example, the C dimension group consists of the following dimensions: C, C, C, and C. Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned. =head1 ATTRIBUTES =head2 Dimensions => ArrayRef[Str|Undef] A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response. Valid values for elements in the C array are: =over =item * C - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL) =item * C - The host ID of the connected client (all engines) =item * C - The host name of the connected client (all engines) =item * C - The name of the database to which the client is connected (only Aurora PostgreSQL, RDS PostgreSQL, Aurora MySQL, RDS MySQL, and MariaDB) =item * C - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL) =item * C - The SQL ID generated by Performance Insights (all engines) =item * C - The SQL ID generated by the database (all engines) =item * C - The SQL text that is being executed (all engines) =item * C =item * C - The SQL digest ID generated by Performance Insights (all engines) =item * C - SQL digest ID generated by the database (all engines) =item * C - The SQL digest text (all engines) =item * C - The ID of the user logged in to the database (all engines) =item * C - The name of the user logged in to the database (all engines) =item * C - The event for which the backend is waiting (all engines) =item * C - The type of event for which the backend is waiting (all engines) =item * C - The name of the event type for which the backend is waiting (all engines) =back =head2 B Group => Str The name of the dimension group. Valid values are: =over =item * C - The name of the database to which the client is connected (only Aurora PostgreSQL, RDS PostgreSQL, Aurora MySQL, RDS MySQL, and MariaDB) =item * C - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL) =item * C - The host name of the connected client (all engines) =item * C - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL) =item * C - The SQL that is currently executing (all engines) =item * C - The SQL digest (all engines) =item * C - The event for which the database backend is waiting (all engines) =item * C - The type of event for which the database backend is waiting (all engines) =item * C - The user logged in to the database (all engines) =back =head2 Limit => Int The maximum number of items to fetch for this dimension group. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut