Class: Aws::OpsWorks::Types::DeregisterVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeregisterVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_id ⇒ String
The OpsWorks Stacks volume ID, which is the GUID that OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.
Instance Attribute Details
#volume_id ⇒ String
The OpsWorks Stacks volume ID, which is the GUID that OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.
2239 2240 2241 2242 2243 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2239 class DeregisterVolumeRequest < Struct.new( :volume_id) SENSITIVE = [] include Aws::Structure end |