Class: Aws::Types::PermissionGroupByUser
- Inherits:
-
Object
- Object
- Aws::Types::PermissionGroupByUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_status ⇒ "ADDITION_IN_PROGRESS", ...
Returns the value of attribute membership_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_group_id ⇒ ::String
Returns the value of attribute permission_group_id.
Instance Attribute Details
#membership_status ⇒ "ADDITION_IN_PROGRESS", ...
Returns the value of attribute membership_status.
507 508 509 |
# File 'sig/types.rbs', line 507 def membership_status @membership_status end |
#name ⇒ ::String
Returns the value of attribute name.
506 507 508 |
# File 'sig/types.rbs', line 506 def name @name end |
#permission_group_id ⇒ ::String
Returns the value of attribute permission_group_id.
505 506 507 |
# File 'sig/types.rbs', line 505 def end |