String key
The name of the dimension that you want to filter on.
List<E> matchOptions
The match options that you can use to filter your results. You can specify only one of these values in the array.
List<E> values
The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.
List<E> and
Return results that match all Expressions that you specified in the array.
DimensionValues dimensions
The specific dimension, values, and match type to filter objects with.
Expression not
Return results that don’t match the Expression that you specified.
List<E> or
Return results that match any of the Expressions that you specified. in the array.
Double actualUsageAmount
Describes the actual usage accrued month-to-day (MTD) that you've used so far.
String description
The description of the Free Tier offer.
Double forecastedUsageAmount
Describes the forecasted usage by the month that you're expected to use.
String freeTierType
Describes the type of the Free Tier offer. For example, the offer can be "12 Months Free",
"Always Free", and "Free Trial".
Double limit
Describes the maximum usage allowed in Free Tier.
String operation
Describes usageType more granularly with the specific Amazon Web Service API operation. For example,
this can be the RunInstances API operation for Amazon Elastic Compute Cloud.
String region
Describes the Amazon Web Services Region for which this offer is applicable
String service
The name of the Amazon Web Service providing the Free Tier offer. For example, this can be Amazon Elastic Compute Cloud.
String unit
Describes the unit of the usageType, such as Hrs.
String usageType
Describes the usage details of the offer. For example, this might be Global-BoxUsage:freetrial.
Expression filter
An expression that specifies the conditions that you want each FreeTierUsage object to meet.
Integer maxResults
The maximum number of results to return in the response. MaxResults means that there can be up to
the specified number of values, but there might be fewer results based on your filters.
String nextToken
The pagination token that indicates the next set of results to retrieve.
Copyright © 2024. All rights reserved.