Class: Aws::Types::CognitoUserPoolConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::CognitoUserPoolConfigurationItem
- 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::CognitoGroupConfigurationItem
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.
224 225 226 |
# File 'sig/types.rbs', line 224 def client_ids @client_ids end |
#group_configuration ⇒ Types::CognitoGroupConfigurationItem
Returns the value of attribute group_configuration.
226 227 228 |
# File 'sig/types.rbs', line 226 def group_configuration @group_configuration end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
225 226 227 |
# File 'sig/types.rbs', line 225 def issuer @issuer end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def user_pool_arn @user_pool_arn end |