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)


556
557
558
# File 'sig/types.rbs', line 556

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def id
  @id
end

#schedule::Array[Types::ScheduleItem]

Returns the value of attribute schedule.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def schedule
  @schedule
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



555
556
557
# File 'sig/types.rbs', line 555

def type
  @type
end