Class: Aws::OpsWorks::Types::StopInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::StopInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Specifies whether to force an instance to stop.
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#force ⇒ Boolean
Specifies whether to force an instance to stop. If the instance’s root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the OpsWorks Stacks instance with a new one.
5149 5150 5151 5152 5153 5154 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5149 class StopInstanceRequest < Struct.new( :instance_id, :force) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID.
5149 5150 5151 5152 5153 5154 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5149 class StopInstanceRequest < Struct.new( :instance_id, :force) SENSITIVE = [] include Aws::Structure end |