Class: Aws::Types::CognitoMemberDefinition
- Inherits:
-
Object
- Object
- Aws::Types::CognitoMemberDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#user_group ⇒ ::String
Returns the value of attribute user_group.
-
#user_pool ⇒ ::String
Returns the value of attribute user_pool.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def client_id @client_id end |
#user_group ⇒ ::String
Returns the value of attribute user_group.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def user_group @user_group end |
#user_pool ⇒ ::String
Returns the value of attribute user_pool.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def user_pool @user_pool end |