Class: Aws::Types::UpdateCognitoUserPoolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCognitoUserPoolConfiguration
- 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::UpdateCognitoGroupConfiguration
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.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def client_ids @client_ids end |
#group_configuration ⇒ Types::UpdateCognitoGroupConfiguration
Returns the value of attribute group_configuration.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def group_configuration @group_configuration end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def user_pool_arn @user_pool_arn end |