Class: Aws::OpsWorks::Types::RegisterVolumeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterVolumeResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a RegisterVolume
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_id ⇒ String
The volume ID.
Instance Attribute Details
#volume_id ⇒ String
The volume ID.
4536 4537 4538 4539 4540 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4536 class RegisterVolumeResult < Struct.new( :volume_id) SENSITIVE = [] include Aws::Structure end |