Class: Aws::Types::CognitoUserPoolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CognitoUserPoolConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
-
#group_configuration ⇒ Types::CognitoGroupConfiguration
Returns the value of attribute group_configuration.
-
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
Instance Attribute Details
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
209 210 211 |
# File 'sig/types.rbs', line 209 def client_ids @client_ids end |
#group_configuration ⇒ Types::CognitoGroupConfiguration
Returns the value of attribute group_configuration.
210 211 212 |
# File 'sig/types.rbs', line 210 def group_configuration @group_configuration end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
208 209 210 |
# File 'sig/types.rbs', line 208 def user_pool_arn @user_pool_arn end |