Class: Aws::Types::UsageBasedPricingTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def id
  @id
end

#rate_cards::Array[Types::UsageBasedRateCardItem]

Returns the value of attribute rate_cards.

Returns:



916
917
918
# File 'sig/types.rbs', line 916

def rate_cards
  @rate_cards
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def type
  @type
end