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)


865
866
867
# File 'sig/types.rbs', line 865

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def id
  @id
end

#rate_cards::Array[Types::UsageBasedRateCardItem]

Returns the value of attribute rate_cards.

Returns:



866
867
868
# File 'sig/types.rbs', line 866

def rate_cards
  @rate_cards
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



864
865
866
# File 'sig/types.rbs', line 864

def type
  @type
end