Class: Aws::AppSync::Types::GetIntrospectionSchemaResponse

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

#schemaString

The schema, in GraphQL Schema Definition Language (SDL) format.

For more information, see the [GraphQL SDL documentation].

[1]: graphql.org/learn/schema/

Returns:

  • (String)


2659
2660
2661
2662
2663
# File 'lib/aws-sdk-appsync/types.rb', line 2659

class GetIntrospectionSchemaResponse < Struct.new(
  :schema)
  SENSITIVE = []
  include Aws::Structure
end