Class: Aws::Types::StopInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#hibernate ⇒ Boolean
Returns the value of attribute hibernate.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#skip_os_shutdown ⇒ Boolean
Returns the value of attribute skip_os_shutdown.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17511 17512 17513 |
# File 'sig/types.rbs', line 17511 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
17512 17513 17514 |
# File 'sig/types.rbs', line 17512 def force @force end |
#hibernate ⇒ Boolean
Returns the value of attribute hibernate.
17509 17510 17511 |
# File 'sig/types.rbs', line 17509 def hibernate @hibernate end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
17508 17509 17510 |
# File 'sig/types.rbs', line 17508 def instance_ids @instance_ids end |
#skip_os_shutdown ⇒ Boolean
Returns the value of attribute skip_os_shutdown.
17510 17511 17512 |
# File 'sig/types.rbs', line 17510 def skip_os_shutdown @skip_os_shutdown end |