Class: Aws::WorkspacesInstances::Types::CreateVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::CreateVolumeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Returns the created volume identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_id ⇒ String
Unique identifier for the new volume.
Instance Attribute Details
#volume_id ⇒ String
Unique identifier for the new volume.
266 267 268 269 270 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 266 class CreateVolumeResponse < Struct.new( :volume_id) SENSITIVE = [] include Aws::Structure end |