Class: Aws::Deadline::Types::AssociateMemberToJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssociateMemberToJobRequest
- 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 job to associate with the member.
-
#identity_store_id ⇒ String
The member’s identity store ID to associate with the job.
-
#job_id ⇒ String
The job ID to associate with the member.
-
#membership_level ⇒ String
The principal’s membership level for the associated job.
-
#principal_id ⇒ String
The member’s principal ID to associate with the job.
-
#principal_type ⇒ String
The member’s principal type to associate with the job.
-
#queue_id ⇒ String
The queue ID to associate to the member.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the job to associate with the member.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 member’s identity store ID to associate with the job.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 to associate with the member.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 principal’s membership level for the associated job.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 member’s principal ID to associate with the job.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 member’s principal type to associate with the job.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < 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 to associate to the member.
384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/aws-sdk-deadline/types.rb', line 384 class AssociateMemberToJobRequest < Struct.new( :farm_id, :queue_id, :job_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |