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` package Paws::CostExplorer::GetDimensionValuesResponse; use Moose; has DimensionValues => (is => 'ro', isa => 'ArrayRef[Paws::CostExplorer::DimensionValuesWithAttributes]', required => 1); has NextPageToken => (is => 'ro', isa => 'Str'); has ReturnSize => (is => 'ro', isa => 'Int', required => 1); has TotalSize => (is => 'ro', isa => 'Int', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CostExplorer::GetDimensionValuesResponse =head1 ATTRIBUTES =head2 B DimensionValues => ArrayRef[L] The filters that you used to filter your request. Some dimensions are available only for a specific context. If you set the context to C, you can use the following dimensions for searching: =over =item * AZ - The Availability Zone. An example is C. =item * DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL. =item * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is C. =item * LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such as Amazon Web Services. =item * LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the AWS ID of the member account. =item * OPERATING_SYSTEM - The operating system. Examples are Windows or Linux. =item * OPERATION - The action performed. Examples include C and C. =item * PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. =item * PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand Instances and Standard Reserved Instances. =item * SERVICE - The AWS service such as Amazon DynamoDB. =item * USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the C operation includes a unit attribute. Examples include GB and Hrs. =item * USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch E Alarms. The response for this operation includes a unit attribute. =item * RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits. =item * RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service. =back If you set the context to C, you can use the following dimensions for searching: =over =item * AZ - The Availability Zone. An example is C. =item * CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux. =item * DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are C and C. =item * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is C. =item * LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the AWS ID of the member account. =item * PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux. =item * REGION - The AWS Region. =item * SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone. =item * TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI). =item * TENANCY - The tenancy of a resource. Examples are shared or dedicated. =back If you set the context to C, you can use the following dimensions for searching: =over =item * SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute) =item * PAYMENT_OPTION - Payment option for the given Savings Plans (for example, All Upfront) =item * REGION - The AWS Region. =item * INSTANCE_TYPE_FAMILY - The family of instances (For example, C) =item * LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value field contains the AWS ID of the member account. =item * SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan =back =head2 NextPageToken => Str The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size. =head2 B ReturnSize => Int The number of results that AWS returned at one time. =head2 B TotalSize => Int The total number of search results. =head2 _request_id => Str =cut 1;