Class: Aws::Types::AssociateMemberToFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMemberToFleetRequest
- 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.
-
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def fleet_id @fleet_id end |
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
123 124 125 |
# File 'sig/types.rbs', line 123 def identity_center_region @identity_center_region end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
121 122 123 |
# File 'sig/types.rbs', line 121 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
119 120 121 |
# File 'sig/types.rbs', line 119 def principal_type @principal_type end |