Class: Aws::Deadline::Types::AssociateMemberToFarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssociateMemberToFarmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The ID of the farm to associate with the member.
-
#identity_store_id ⇒ String
The identity store ID of the member to associate with the farm.
-
#membership_level ⇒ String
The principal’s membership level for the associated farm.
-
#principal_id ⇒ String
The member’s principal ID to associate with the farm.
-
#principal_type ⇒ String
The principal type of the member to associate with the farm.
Instance Attribute Details
#farm_id ⇒ String
The ID of the farm to associate with the member.
299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-deadline/types.rb', line 299 class AssociateMemberToFarmRequest < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The identity store ID of the member to associate with the farm.
299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-deadline/types.rb', line 299 class AssociateMemberToFarmRequest < Struct.new( :farm_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 farm.
299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-deadline/types.rb', line 299 class AssociateMemberToFarmRequest < Struct.new( :farm_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 farm.
299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-deadline/types.rb', line 299 class AssociateMemberToFarmRequest < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The principal type of the member to associate with the farm.
299 300 301 302 303 304 305 306 307 |
# File 'lib/aws-sdk-deadline/types.rb', line 299 class AssociateMemberToFarmRequest < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |