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.
18168 18169 18170 |
# File 'sig/types.rbs', line 18168 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
18169 18170 18171 |
# File 'sig/types.rbs', line 18169 def force @force end |
#hibernate ⇒ Boolean
Returns the value of attribute hibernate.
18166 18167 18168 |
# File 'sig/types.rbs', line 18166 def hibernate @hibernate end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
18165 18166 18167 |
# File 'sig/types.rbs', line 18165 def instance_ids @instance_ids end |
#skip_os_shutdown ⇒ Boolean
Returns the value of attribute skip_os_shutdown.
18167 18168 18169 |
# File 'sig/types.rbs', line 18167 def skip_os_shutdown @skip_os_shutdown end |