Class: Aws::Types::GetCostAndUsageWithResourcesResponse

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.



619
620
621
# File 'sig/types.rbs', line 619

def dimension_value_attributes
  @dimension_value_attributes
end

#group_definitions::Array[Types::GroupDefinition]

Returns the value of attribute group_definitions.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def group_definitions
  @group_definitions
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def next_page_token
  @next_page_token
end

#results_by_time::Array[Types::ResultByTime]

Returns the value of attribute results_by_time.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def results_by_time
  @results_by_time
end