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)


811
812
813
# File 'sig/types.rbs', line 811

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def id
  @id
end

#rate_cards::Array[Types::UsageBasedRateCardItem]

Returns the value of attribute rate_cards.

Returns:



812
813
814
# File 'sig/types.rbs', line 812

def rate_cards
  @rate_cards
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



810
811
812
# File 'sig/types.rbs', line 810

def type
  @type
end