Class: Aws::Types::ConsumptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConsumptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#borrow_configuration ⇒ Types::BorrowConfiguration
Returns the value of attribute borrow_configuration.
-
#provisional_configuration ⇒ Types::ProvisionalConfiguration
Returns the value of attribute provisional_configuration.
-
#renew_type ⇒ "None", ...
Returns the value of attribute renew_type.
Instance Attribute Details
#borrow_configuration ⇒ Types::BorrowConfiguration
Returns the value of attribute borrow_configuration.
124 125 126 |
# File 'sig/types.rbs', line 124 def borrow_configuration @borrow_configuration end |
#provisional_configuration ⇒ Types::ProvisionalConfiguration
Returns the value of attribute provisional_configuration.
123 124 125 |
# File 'sig/types.rbs', line 123 def provisional_configuration @provisional_configuration end |
#renew_type ⇒ "None", ...
Returns the value of attribute renew_type.
122 123 124 |
# File 'sig/types.rbs', line 122 def renew_type @renew_type end |