Class: Aws::Types::CognitoUserPoolConfigurationDetail
- Inherits:
-
Object
- Object
- Aws::Types::CognitoUserPoolConfigurationDetail
- 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::CognitoGroupConfigurationDetail
Returns the value of attribute group_configuration.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#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.
216 217 218 |
# File 'sig/types.rbs', line 216 def client_ids @client_ids end |
#group_configuration ⇒ Types::CognitoGroupConfigurationDetail
Returns the value of attribute group_configuration.
218 219 220 |
# File 'sig/types.rbs', line 218 def group_configuration @group_configuration end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
217 218 219 |
# File 'sig/types.rbs', line 217 def issuer @issuer end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
215 216 217 |
# File 'sig/types.rbs', line 215 def user_pool_arn @user_pool_arn end |