class Aws::OpsWorks::Types::DeleteInstanceRequest

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

data as a hash:

    {
      instance_id: "String", # required
      delete_elastic_ip: false,
      delete_volumes: false,
    }

@!attribute [rw] instance_id

The instance ID.
@return [String]

@!attribute [rw] delete_elastic_ip

Whether to delete the instance Elastic IP address.
@return [Boolean]

@!attribute [rw] delete_volumes

Whether to delete the instance's Amazon EBS volumes.
@return [Boolean]

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

Constants

SENSITIVE