class Aws::OpsWorks::Types::StopInstanceRequest

@note When making an API call, you may pass StopInstanceRequest

data as a hash:

    {
      instance_id: "String", # required
      force: false,
    }

@!attribute [rw] instance_id

The instance ID.
@return [String]

@!attribute [rw] force

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 AWS
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 AWS OpsWorks Stacks instance with a new one.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstanceRequest AWS API Documentation

Constants

SENSITIVE