Class: Aws::Types::ConfigurableUpfrontPricingTerm

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)


83
84
85
# File 'sig/types.rbs', line 83

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def id
  @id
end

#rate_cards::Array[Types::ConfigurableUpfrontRateCardItem]

Returns the value of attribute rate_cards.



84
85
86
# File 'sig/types.rbs', line 84

def rate_cards
  @rate_cards
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



82
83
84
# File 'sig/types.rbs', line 82

def type
  @type
end