Class: Aws::Types::HistoricalUsageEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

Returns the value of attribute bill_interval.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def bill_interval
  @bill_interval
end

#filter_expressionTypes::Expression

Returns the value of attribute filter_expression.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def filter_expression
  @filter_expression
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def operation
  @operation
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def usage_type
  @usage_type
end