Class: Aws::Types::AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
-
#lambda_authorizer_config ⇒ Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
Returns the value of attribute lambda_authorizer_config.
-
#open_id_connect_config ⇒ Types::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails
Returns the value of attribute open_id_connect_config.
-
#user_pool_config ⇒ Types::AwsAppSyncGraphQlApiUserPoolConfigDetails
Returns the value of attribute user_pool_config.
Instance Attribute Details
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
500 501 502 |
# File 'sig/types.rbs', line 500 def authentication_type @authentication_type end |
#lambda_authorizer_config ⇒ Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
Returns the value of attribute lambda_authorizer_config.
501 502 503 |
# File 'sig/types.rbs', line 501 def @lambda_authorizer_config end |
#open_id_connect_config ⇒ Types::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails
Returns the value of attribute open_id_connect_config.
502 503 504 |
# File 'sig/types.rbs', line 502 def open_id_connect_config @open_id_connect_config end |
#user_pool_config ⇒ Types::AwsAppSyncGraphQlApiUserPoolConfigDetails
Returns the value of attribute user_pool_config.
503 504 505 |
# File 'sig/types.rbs', line 503 def user_pool_config @user_pool_config end |