Class: Aws::Deadline::Types::AssociateMemberToFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssociateMemberToFleetRequest
- 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 fleet to associate with the member.
-
#fleet_id ⇒ String
The ID of the fleet to associate with a member.
-
#identity_store_id ⇒ String
The member’s identity store ID to associate with the fleet.
-
#membership_level ⇒ String
The principal’s membership level for the associated fleet.
-
#principal_id ⇒ String
The member’s principal ID to associate with a fleet.
-
#principal_type ⇒ String
The member’s principal type to associate with the fleet.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the fleet to associate with the member.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The ID of the fleet to associate with a member.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_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 fleet.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_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 fleet.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_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 a fleet.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_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 fleet.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-deadline/types.rb', line 339 class AssociateMemberToFleetRequest < Struct.new( :farm_id, :fleet_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |