Class: Aws::Types::RecurringPaymentTerm

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period"Monthly"

Returns the value of attribute billing_period.

Returns:

  • ("Monthly")


651
652
653
# File 'sig/types.rbs', line 651

def billing_period
  @billing_period
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def price
  @price
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



649
650
651
# File 'sig/types.rbs', line 649

def type
  @type
end