Class: Aws::Types::AssociateUserToPermissionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateUserToPermissionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#permission_group_id ⇒ ::String
Returns the value of attribute permission_group_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def client_token @client_token end |
#permission_group_id ⇒ ::String
Returns the value of attribute permission_group_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def @permission_group_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def user_id @user_id end |