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.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def client_id @client_id end |
#user_group ⇒ ::String
Returns the value of attribute user_group.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def user_group @user_group end |
#user_pool ⇒ ::String
Returns the value of attribute user_pool.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def user_pool @user_pool end |