Class: Aws::Types::GetDimensionValuesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_view_arn::String

Returns the value of attribute billing_view_arn.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def billing_view_arn
  @billing_view_arn
end

#context"COST_AND_USAGE", ...

Returns the value of attribute context.

Returns:

  • ("COST_AND_USAGE", "RESERVATIONS", "SAVINGS_PLANS")


682
683
684
# File 'sig/types.rbs', line 682

def context
  @context
end

#dimension"AZ", ...

Returns the value of attribute dimension.

Returns:

  • ("AZ", "INSTANCE_TYPE", "LINKED_ACCOUNT", "PAYER_ACCOUNT", "LINKED_ACCOUNT_NAME", "OPERATION", "PURCHASE_TYPE", "REGION", "SERVICE", "SERVICE_CODE", "USAGE_TYPE", "USAGE_TYPE_GROUP", "RECORD_TYPE", "OPERATING_SYSTEM", "TENANCY", "SCOPE", "PLATFORM", "SUBSCRIPTION_ID", "LEGAL_ENTITY_NAME", "DEPLOYMENT_OPTION", "DATABASE_ENGINE", "CACHE_ENGINE", "INSTANCE_TYPE_FAMILY", "BILLING_ENTITY", "RESERVATION_ID", "RESOURCE_ID", "RIGHTSIZING_TYPE", "SAVINGS_PLANS_TYPE", "SAVINGS_PLAN_ARN", "PAYMENT_OPTION", "AGREEMENT_END_DATE_TIME_AFTER", "AGREEMENT_END_DATE_TIME_BEFORE", "INVOICING_ENTITY", "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "ANOMALY_TOTAL_IMPACT_PERCENTAGE")


681
682
683
# File 'sig/types.rbs', line 681

def dimension
  @dimension
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


686
687
688
# File 'sig/types.rbs', line 686

def max_results
  @max_results
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def next_page_token
  @next_page_token
end

#search_string::String

Returns the value of attribute search_string.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def search_string
  @search_string
end

#sort_by::Array[Types::SortDefinition]

Returns the value of attribute sort_by.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def time_period
  @time_period
end