Class: Aws::Deadline::Types::GetStorageProfileForQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetStorageProfileForQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID for the queue in storage profile.
-
#queue_id ⇒ String
The queue ID the queue in the storage profile.
-
#storage_profile_id ⇒ String
The storage profile ID for the storage profile in the queue.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the queue in storage profile.
3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-deadline/types.rb', line 3870 class GetStorageProfileForQueueRequest < Struct.new( :farm_id, :queue_id, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID the queue in the storage profile.
3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-deadline/types.rb', line 3870 class GetStorageProfileForQueueRequest < Struct.new( :farm_id, :queue_id, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |
#storage_profile_id ⇒ String
The storage profile ID for the storage profile in the queue.
3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-deadline/types.rb', line 3870 class GetStorageProfileForQueueRequest < Struct.new( :farm_id, :queue_id, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |