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.
197 198 199 |
# File 'sig/types.rbs', line 197 def client_token @client_token end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
196 197 198 |
# File 'sig/types.rbs', line 196 def outpost_identifier @outpost_identifier end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
194 195 196 |
# File 'sig/types.rbs', line 194 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
195 196 197 |
# File 'sig/types.rbs', line 195 def payment_term @payment_term end |