Class: Aws::OpsWorks::Types::DeleteInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_elastic_ipBoolean

Whether to delete the instance Elastic IP address.

Returns:

  • (Boolean)


1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1965

class DeleteInstanceRequest < Struct.new(
  :instance_id,
  :delete_elastic_ip,
  :delete_volumes)
  SENSITIVE = []
  include Aws::Structure
end

#delete_volumesBoolean

Whether to delete the instance's Amazon EBS volumes.

Returns:

  • (Boolean)


1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1965

class DeleteInstanceRequest < Struct.new(
  :instance_id,
  :delete_elastic_ip,
  :delete_volumes)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID.

Returns:

  • (String)


1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1965

class DeleteInstanceRequest < Struct.new(
  :instance_id,
  :delete_elastic_ip,
  :delete_volumes)
  SENSITIVE = []
  include Aws::Structure
end