Class: Aws::Deadline::Types::GetStorageProfileForQueueRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID for the queue in storage profile.

Returns:

  • (String)


3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3699

class GetStorageProfileForQueueRequest < Struct.new(
  :farm_id,
  :queue_id,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID the queue in the storage profile.

Returns:

  • (String)


3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3699

class GetStorageProfileForQueueRequest < Struct.new(
  :farm_id,
  :queue_id,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID for the storage profile in the queue.

Returns:

  • (String)


3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3699

class GetStorageProfileForQueueRequest < Struct.new(
  :farm_id,
  :queue_id,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end