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)


659
660
661
# File 'sig/types.rbs', line 659

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def id
  @id
end

#schedule::Array[Types::ScheduleItem]

Returns the value of attribute schedule.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def schedule
  @schedule
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def type
  @type
end