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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3097
3098
3099
3100
3101
3102
3103
# File 'lib/aws-sdk-appsync/types.rb', line 3097

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

#formatString

The schema format: SDL or JSON.

Returns:

  • (String)


3097
3098
3099
3100
3101
3102
3103
# File 'lib/aws-sdk-appsync/types.rb', line 3097

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)


3097
3098
3099
3100
3101
3102
3103
# File 'lib/aws-sdk-appsync/types.rb', line 3097

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