Class: Aws::Types::GetCostAndUsageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_value_attributes::Array[Types::DimensionValuesWithAttributes]

Returns the value of attribute dimension_value_attributes.



600
601
602
# File 'sig/types.rbs', line 600

def dimension_value_attributes
  @dimension_value_attributes
end

#group_definitions::Array[Types::GroupDefinition]

Returns the value of attribute group_definitions.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def group_definitions
  @group_definitions
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def next_page_token
  @next_page_token
end

#results_by_time::Array[Types::ResultByTime]

Returns the value of attribute results_by_time.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def results_by_time
  @results_by_time
end