Class: Aws::Types::TerminateInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateInstancesRequest
- 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.
-
#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.
18427 18428 18429 |
# File 'sig/types.rbs', line 18427 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
18425 18426 18427 |
# File 'sig/types.rbs', line 18425 def force @force end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
18424 18425 18426 |
# File 'sig/types.rbs', line 18424 def instance_ids @instance_ids end |
#skip_os_shutdown ⇒ Boolean
Returns the value of attribute skip_os_shutdown.
18426 18427 18428 |
# File 'sig/types.rbs', line 18426 def skip_os_shutdown @skip_os_shutdown end |