Class: Aws::Types::AwsAppSyncGraphQlApiDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def api_id
  @api_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def arn
  @arn
end

#authentication_type::String

Returns the value of attribute authentication_type.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def authentication_type
  @authentication_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def id
  @id
end

#lambda_authorizer_configTypes::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

Returns the value of attribute lambda_authorizer_config.



512
513
514
# File 'sig/types.rbs', line 512

def lambda_authorizer_config
  @lambda_authorizer_config
end

#log_configTypes::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.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def name
  @name
end

#open_id_connect_configTypes::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_configTypes::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.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def waf_web_acl_arn
  @waf_web_acl_arn
end

#xray_enabledBoolean

Returns the value of attribute xray_enabled.

Returns:

  • (Boolean)


513
514
515
# File 'sig/types.rbs', line 513

def xray_enabled
  @xray_enabled
end