Class: Aws::WorkspacesInstances::Types::CreateVolumeResponse

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

Overview

Returns the created volume identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_idString

Unique identifier for the new volume.

Returns:

  • (String)


283
284
285
286
287
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 283

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