Class: Aws::Deadline::Types::QueueMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::QueueMember
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a queue member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID.
-
#identity_store_id ⇒ String
The identity store ID.
-
#membership_level ⇒ String
The queue member's membership level.
-
#principal_id ⇒ String
The principal ID of the queue member.
-
#principal_type ⇒ String
The principal type of the queue member.
-
#queue_id ⇒ String
The queue ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < 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 identity store ID.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#membership_level ⇒ String
The queue member's membership level.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the queue member.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The principal type of the queue member.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID.
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7369 class QueueMember < Struct.new( :farm_id, :queue_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |