Class: Aws::Types::PutAutoTerminationPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutAutoTerminationPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_termination_policy ⇒ Types::AutoTerminationPolicy
Returns the value of attribute auto_termination_policy.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
Instance Attribute Details
#auto_termination_policy ⇒ Types::AutoTerminationPolicy
Returns the value of attribute auto_termination_policy.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def auto_termination_policy @auto_termination_policy end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def cluster_id @cluster_id end |