Class: Aws::Types::ConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationItem
- 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::CognitoUserPoolConfigurationItem
Returns the value of attribute cognito_user_pool_configuration.
-
#open_id_connect_configuration ⇒ Types::OpenIdConnectConfigurationItem
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::CognitoUserPoolConfigurationItem
Returns the value of attribute cognito_user_pool_configuration.
259 260 261 |
# File 'sig/types.rbs', line 259 def cognito_user_pool_configuration @cognito_user_pool_configuration end |
#open_id_connect_configuration ⇒ Types::OpenIdConnectConfigurationItem
Returns the value of attribute open_id_connect_configuration.
260 261 262 |
# File 'sig/types.rbs', line 260 def open_id_connect_configuration @open_id_connect_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
261 262 263 |
# File 'sig/types.rbs', line 261 def unknown @unknown end |