Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CognitoUserPoolConfiguration, OpenIdConnectConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_user_pool_configuration ⇒ Types::CognitoUserPoolConfiguration
Returns the value of attribute cognito_user_pool_configuration.
-
#open_id_connect_configuration ⇒ Types::OpenIdConnectConfiguration
Returns the value of attribute open_id_connect_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cognito_user_pool_configuration ⇒ Types::CognitoUserPoolConfiguration
Returns the value of attribute cognito_user_pool_configuration.
231 232 233 |
# File 'sig/types.rbs', line 231 def cognito_user_pool_configuration @cognito_user_pool_configuration end |
#open_id_connect_configuration ⇒ Types::OpenIdConnectConfiguration
Returns the value of attribute open_id_connect_configuration.
232 233 234 |
# File 'sig/types.rbs', line 232 def open_id_connect_configuration @open_id_connect_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
233 234 235 |
# File 'sig/types.rbs', line 233 def unknown @unknown end |