Class: Aws::Types::InstanceResizePolicy
- Inherits:
-
Object
- Object
- Aws::Types::InstanceResizePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_termination_timeout ⇒ ::Integer
Returns the value of attribute instance_termination_timeout.
-
#instances_to_protect ⇒ ::Array[::String]
Returns the value of attribute instances_to_protect.
-
#instances_to_terminate ⇒ ::Array[::String]
Returns the value of attribute instances_to_terminate.
Instance Attribute Details
#instance_termination_timeout ⇒ ::Integer
Returns the value of attribute instance_termination_timeout.
807 808 809 |
# File 'sig/types.rbs', line 807 def instance_termination_timeout @instance_termination_timeout end |
#instances_to_protect ⇒ ::Array[::String]
Returns the value of attribute instances_to_protect.
806 807 808 |
# File 'sig/types.rbs', line 806 def instances_to_protect @instances_to_protect end |
#instances_to_terminate ⇒ ::Array[::String]
Returns the value of attribute instances_to_terminate.
805 806 807 |
# File 'sig/types.rbs', line 805 def instances_to_terminate @instances_to_terminate end |