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)


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