Class: Aws::Deadline::Types::DisassociateMemberFromFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DisassociateMemberFromFleetRequest
- 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 disassociate a member from.
-
#fleet_id ⇒ String
The fleet ID of the fleet to from which to disassociate a member.
-
#principal_id ⇒ String
A member’s principal ID to disassociate from a fleet.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the fleet to disassociate a member from.
2023 2024 2025 2026 2027 2028 2029 |
# File 'lib/aws-sdk-deadline/types.rb', line 2023 class DisassociateMemberFromFleetRequest < Struct.new( :farm_id, :fleet_id, :principal_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet to from which to disassociate a member.
2023 2024 2025 2026 2027 2028 2029 |
# File 'lib/aws-sdk-deadline/types.rb', line 2023 class DisassociateMemberFromFleetRequest < Struct.new( :farm_id, :fleet_id, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
A member’s principal ID to disassociate from a fleet.
2023 2024 2025 2026 2027 2028 2029 |
# File 'lib/aws-sdk-deadline/types.rb', line 2023 class DisassociateMemberFromFleetRequest < Struct.new( :farm_id, :fleet_id, :principal_id) SENSITIVE = [] include Aws::Structure end |