Class: Aws::Deadline::Types::JobMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobMember
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details for a job member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID.
-
#identity_store_id ⇒ String
The identity store ID.
-
#job_id ⇒ String
The job ID.
-
#membership_level ⇒ String
The job member's membership level.
-
#principal_id ⇒ String
The principal ID of the job member.
-
#principal_type ⇒ String
The principal type of the job member.
-
#queue_id ⇒ String
The queue ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The identity store ID.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#membership_level ⇒ String
The job member's membership level.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the job member.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The principal type of the job member.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID.
4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4515 class JobMember < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |