Class: Aws::Types::RenewalTerm
- Inherits:
-
Object
- Object
- Aws::Types::RenewalTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RenewalTermConfiguration
Returns the value of attribute configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::RenewalTermConfiguration
Returns the value of attribute configuration.
749 750 751 |
# File 'sig/types.rbs', line 749 def configuration @configuration end |
#id ⇒ ::String
Returns the value of attribute id.
748 749 750 |
# File 'sig/types.rbs', line 748 def id @id end |
#type ⇒ ::String
Returns the value of attribute type.
747 748 749 |
# File 'sig/types.rbs', line 747 def type @type end |