Class: Aws::Types::AdditionalAuthenticationProvider
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalAuthenticationProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API_KEY", ...
Returns the value of attribute authentication_type.
-
#lambda_authorizer_config ⇒ Types::LambdaAuthorizerConfig
Returns the value of attribute lambda_authorizer_config.
-
#open_id_connect_config ⇒ Types::OpenIDConnectConfig
Returns the value of attribute open_id_connect_config.
-
#user_pool_config ⇒ Types::CognitoUserPoolConfig
Returns the value of attribute user_pool_config.
Instance Attribute Details
#authentication_type ⇒ "API_KEY", ...
Returns the value of attribute authentication_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def authentication_type @authentication_type end |
#lambda_authorizer_config ⇒ Types::LambdaAuthorizerConfig
Returns the value of attribute lambda_authorizer_config.
20 21 22 |
# File 'sig/types.rbs', line 20 def end |
#open_id_connect_config ⇒ Types::OpenIDConnectConfig
Returns the value of attribute open_id_connect_config.
18 19 20 |
# File 'sig/types.rbs', line 18 def open_id_connect_config @open_id_connect_config end |
#user_pool_config ⇒ Types::CognitoUserPoolConfig
Returns the value of attribute user_pool_config.
19 20 21 |
# File 'sig/types.rbs', line 19 def user_pool_config @user_pool_config end |