Class: Aws::Types::AwsAppSyncGraphQlApiDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_authentication_providers ⇒ ::Array[Types::AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails]
Returns the value of attribute additional_authentication_providers.
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lambda_authorizer_config ⇒ Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
Returns the value of attribute lambda_authorizer_config.
-
#log_config ⇒ Types::AwsAppSyncGraphQlApiLogConfigDetails
Returns the value of attribute log_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#waf_web_acl_arn ⇒ ::String
Returns the value of attribute waf_web_acl_arn.
-
#xray_enabled ⇒ Boolean
Returns the value of attribute xray_enabled.
Instance Attribute Details
#additional_authentication_providers ⇒ ::Array[Types::AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails]
Returns the value of attribute additional_authentication_providers.
518 519 520 |
# File 'sig/types.rbs', line 518 def additional_authentication_providers @additional_authentication_providers end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
508 509 510 |
# File 'sig/types.rbs', line 508 def api_id @api_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
514 515 516 |
# File 'sig/types.rbs', line 514 def arn @arn end |
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
516 517 518 |
# File 'sig/types.rbs', line 516 def authentication_type @authentication_type end |
#id ⇒ ::String
Returns the value of attribute id.
509 510 511 |
# File 'sig/types.rbs', line 509 def id @id end |
#lambda_authorizer_config ⇒ Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
Returns the value of attribute lambda_authorizer_config.
512 513 514 |
# File 'sig/types.rbs', line 512 def @lambda_authorizer_config end |
#log_config ⇒ Types::AwsAppSyncGraphQlApiLogConfigDetails
Returns the value of attribute log_config.
517 518 519 |
# File 'sig/types.rbs', line 517 def log_config @log_config end |
#name ⇒ ::String
Returns the value of attribute name.
511 512 513 |
# File 'sig/types.rbs', line 511 def name @name end |
#open_id_connect_config ⇒ Types::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails
Returns the value of attribute open_id_connect_config.
510 511 512 |
# File 'sig/types.rbs', line 510 def open_id_connect_config @open_id_connect_config end |
#user_pool_config ⇒ Types::AwsAppSyncGraphQlApiUserPoolConfigDetails
Returns the value of attribute user_pool_config.
515 516 517 |
# File 'sig/types.rbs', line 515 def user_pool_config @user_pool_config end |
#waf_web_acl_arn ⇒ ::String
Returns the value of attribute waf_web_acl_arn.
519 520 521 |
# File 'sig/types.rbs', line 519 def waf_web_acl_arn @waf_web_acl_arn end |
#xray_enabled ⇒ Boolean
Returns the value of attribute xray_enabled.
513 514 515 |
# File 'sig/types.rbs', line 513 def xray_enabled @xray_enabled end |