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)


3117
3118
3119
3120
3121
# File 'lib/aws-sdk-appsync/types.rb', line 3117

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