Class: Aws::OpsWorks::Types::DeregisterVolumeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_idString

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.

Returns:

  • (String)


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