Class: Aws::AppSync::Types::GetIntrospectionSchemaRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2639

class GetIntrospectionSchemaRequest < Struct.new(
  :api_id,
  :format,
  :include_directives)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The schema format: SDL or JSON.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2639

class GetIntrospectionSchemaRequest < Struct.new(
  :api_id,
  :format,
  :include_directives)
  SENSITIVE = []
  include Aws::Structure
end

#include_directivesBoolean

A flag that specifies whether the schema introspection should contain directives.

Returns:

  • (Boolean)


2639
2640
2641
2642
2643
2644
2645
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2639

class GetIntrospectionSchemaRequest < Struct.new(
  :api_id,
  :format,
  :include_directives)
  SENSITIVE = []
  include Aws::Structure
end