Class: Aws::Deadline::Types::GetVolumeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the farm that contains the fleet.

Returns:

  • (String)


6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-deadline/types.rb', line 6299

class GetVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID of the fleet that contains the volume.

Returns:

  • (String)


6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-deadline/types.rb', line 6299

class GetVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume ID of the volume to retrieve.

Returns:

  • (String)


6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-deadline/types.rb', line 6299

class GetVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end