Class: Aws::OpsWorks::Types::DeleteInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeleteInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_elastic_ip ⇒ Boolean
Whether to delete the instance Elastic IP address.
-
#delete_volumes ⇒ Boolean
Whether to delete the instance’s Amazon EBS volumes.
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#delete_elastic_ip ⇒ Boolean
Whether to delete the instance Elastic IP address.
1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1972 class DeleteInstanceRequest < Struct.new( :instance_id, :delete_elastic_ip, :delete_volumes) SENSITIVE = [] include Aws::Structure end |
#delete_volumes ⇒ Boolean
Whether to delete the instance’s Amazon EBS volumes.
1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1972 class DeleteInstanceRequest < Struct.new( :instance_id, :delete_elastic_ip, :delete_volumes) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID.
1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1972 class DeleteInstanceRequest < Struct.new( :instance_id, :delete_elastic_ip, :delete_volumes) SENSITIVE = [] include Aws::Structure end |