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")


689
690
691
# File 'sig/types.rbs', line 689

def billing_period
  @billing_period
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def price
  @price
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



687
688
689
# File 'sig/types.rbs', line 687

def type
  @type
end