Class: Aws::Types::CreateRenewalInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRenewalInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
209 210 211 |
# File 'sig/types.rbs', line 209 def client_token @client_token end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
208 209 210 |
# File 'sig/types.rbs', line 208 def outpost_identifier @outpost_identifier end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
206 207 208 |
# File 'sig/types.rbs', line 206 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
207 208 209 |
# File 'sig/types.rbs', line 207 def payment_term @payment_term end |