Class: Aws::Types::DisassociateMemberFromFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMemberFromFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def fleet_id @fleet_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def principal_id @principal_id end |