Class: Aws::Types::AuthProvider
- Inherits:
-
Object
- Object
- Aws::Types::AuthProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "API_KEY", ...
Returns the value of attribute auth_type.
-
#cognito_config ⇒ Types::CognitoConfig
Returns the value of attribute cognito_config.
-
#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.
Instance Attribute Details
#auth_type ⇒ "API_KEY", ...
Returns the value of attribute auth_type.
129 130 131 |
# File 'sig/types.rbs', line 129 def auth_type @auth_type end |
#cognito_config ⇒ Types::CognitoConfig
Returns the value of attribute cognito_config.
130 131 132 |
# File 'sig/types.rbs', line 130 def cognito_config @cognito_config end |
#lambda_authorizer_config ⇒ Types::LambdaAuthorizerConfig
Returns the value of attribute lambda_authorizer_config.
132 133 134 |
# File 'sig/types.rbs', line 132 def @lambda_authorizer_config end |
#open_id_connect_config ⇒ Types::OpenIDConnectConfig
Returns the value of attribute open_id_connect_config.
131 132 133 |
# File 'sig/types.rbs', line 131 def open_id_connect_config @open_id_connect_config end |