Class: Aws::Types::AssociateMemberToFarmRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMemberToFarmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_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.
104 105 106 |
# File 'sig/types.rbs', line 104 def farm_id @farm_id end |
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
109 110 111 |
# File 'sig/types.rbs', line 109 def identity_center_region @identity_center_region end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
107 108 109 |
# File 'sig/types.rbs', line 107 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
105 106 107 |
# File 'sig/types.rbs', line 105 def principal_type @principal_type end |