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

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

#volume_idString

The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.

Returns:

  • (String)


2232
2233
2234
2235
2236
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2232

class DeregisterVolumeRequest < Struct.new(
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end