Method: Aws::SecurityHub::Types::AwsAppSyncGraphQlApiDetails#id

Defined in:
lib/aws-sdk-securityhub/types.rb

#idString

The unique identifier for the API.

Returns:

  • (String)


2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
# File 'lib/aws-sdk-securityhub/types.rb', line 2428

class AwsAppSyncGraphQlApiDetails < Struct.new(
  :api_id,
  :id,
  :open_id_connect_config,
  :name,
  :lambda_authorizer_config,
  :xray_enabled,
  :arn,
  :user_pool_config,
  :authentication_type,
  :log_config,
  :additional_authentication_providers,
  :waf_web_acl_arn)
  SENSITIVE = []
  include Aws::Structure
end