Class: Aws::Types::UpdateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguration
- 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::UpdateCognitoUserPoolConfiguration
Returns the value of attribute cognito_user_pool_configuration.
-
#open_id_connect_configuration ⇒ Types::UpdateOpenIdConnectConfiguration
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::UpdateCognitoUserPoolConfiguration
Returns the value of attribute cognito_user_pool_configuration.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def cognito_user_pool_configuration @cognito_user_pool_configuration end |
#open_id_connect_configuration ⇒ Types::UpdateOpenIdConnectConfiguration
Returns the value of attribute open_id_connect_configuration.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def open_id_connect_configuration @open_id_connect_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def unknown @unknown end |