Class: Aws::Types::FleetMember
- Inherits:
-
Object
- Object
- Aws::Types::FleetMember
- 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_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.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def fleet_id @fleet_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def principal_type @principal_type end |