Class: Aws::Types::PaymentScheduleTerm

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)


544
545
546
# File 'sig/types.rbs', line 544

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def id
  @id
end

#schedule::Array[Types::ScheduleItem]

Returns the value of attribute schedule.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def schedule
  @schedule
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



543
544
545
# File 'sig/types.rbs', line 543

def type
  @type
end