Class: Aws::WorkspacesInstances::Types::CreateVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::CreateVolumeResponse
- Defined in:
- gems/aws-sdk-workspacesinstances/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 'gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb', line 266 class CreateVolumeResponse < Struct.new( :volume_id) SENSITIVE = [] include Aws::Structure end |