Class: Aws::Deadline::Types::AssociateMemberToQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssociateMemberToQueueRequest
- 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 of the queue to associate with the member.
-
#identity_store_id ⇒ String
The member’s identity store ID to associate with the queue.
-
#membership_level ⇒ String
The principal’s membership level for the associated queue.
-
#principal_id ⇒ String
The member’s principal ID to associate with the queue.
-
#principal_type ⇒ String
The member’s principal type to associate with the queue.
-
#queue_id ⇒ String
The ID of the queue to associate to the member.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the queue to associate with the member.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The member’s identity store ID to associate with the queue.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#membership_level ⇒ String
The principal’s membership level for the associated queue.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The member’s principal ID to associate with the queue.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The member’s principal type to associate with the queue.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The ID of the queue to associate to the member.
426 427 428 429 430 431 432 433 434 435 |
# File 'lib/aws-sdk-deadline/types.rb', line 426 class AssociateMemberToQueueRequest < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |