Class: Aws::Types::FarmMember
- Inherits:
-
Object
- Object
- Aws::Types::FarmMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_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.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def farm_id @farm_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def principal_type @principal_type end |