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

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

#schemaString

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

For more information, see the GraphQL SDL documentation.

Returns:

  • (String)


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

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