Class: Aws::Types::CreateRenewalOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRenewalOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#monthly_recurring_price ⇒ ::Float
Returns the value of attribute monthly_recurring_price.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
-
#upfront_price ⇒ ::Float
Returns the value of attribute upfront_price.
Instance Attribute Details
#currency ⇒ "USD"
Returns the value of attribute currency.
207 208 209 |
# File 'sig/types.rbs', line 207 def currency @currency end |
#monthly_recurring_price ⇒ ::Float
Returns the value of attribute monthly_recurring_price.
206 207 208 |
# File 'sig/types.rbs', line 206 def monthly_recurring_price @monthly_recurring_price end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def outpost_id @outpost_id end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
202 203 204 |
# File 'sig/types.rbs', line 202 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
203 204 205 |
# File 'sig/types.rbs', line 203 def payment_term @payment_term end |
#upfront_price ⇒ ::Float
Returns the value of attribute upfront_price.
205 206 207 |
# File 'sig/types.rbs', line 205 def upfront_price @upfront_price end |