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

#configurationTypes::ConfigurableUpfrontPricingTermConfiguration

Returns the value of attribute configuration.



294
295
296
# File 'sig/types.rbs', line 294

def configuration
  @configuration
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def id
  @id
end

#rate_cards::Array[Types::ConfigurableUpfrontRateCardItem]

Returns the value of attribute rate_cards.



293
294
295
# File 'sig/types.rbs', line 293

def rate_cards
  @rate_cards
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def type
  @type
end