Class: Aws::Types::SuspendedState
- Inherits:
-
Object
- Object
- Aws::Types::SuspendedState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_scaling_in_suspended ⇒ Boolean
Returns the value of attribute dynamic_scaling_in_suspended.
-
#dynamic_scaling_out_suspended ⇒ Boolean
Returns the value of attribute dynamic_scaling_out_suspended.
-
#scheduled_scaling_suspended ⇒ Boolean
Returns the value of attribute scheduled_scaling_suspended.
Instance Attribute Details
#dynamic_scaling_in_suspended ⇒ Boolean
Returns the value of attribute dynamic_scaling_in_suspended.
424 425 426 |
# File 'sig/types.rbs', line 424 def dynamic_scaling_in_suspended @dynamic_scaling_in_suspended end |
#dynamic_scaling_out_suspended ⇒ Boolean
Returns the value of attribute dynamic_scaling_out_suspended.
425 426 427 |
# File 'sig/types.rbs', line 425 def dynamic_scaling_out_suspended @dynamic_scaling_out_suspended end |
#scheduled_scaling_suspended ⇒ Boolean
Returns the value of attribute scheduled_scaling_suspended.
426 427 428 |
# File 'sig/types.rbs', line 426 def scheduled_scaling_suspended @scheduled_scaling_suspended end |