Class: Aws::AppSync::Types::GetIntrospectionSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetIntrospectionSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema ⇒ String
The schema, in GraphQL Schema Definition Language (SDL) format.
Instance Attribute Details
#schema ⇒ String
The schema, in GraphQL Schema Definition Language (SDL) format.
For more information, see the [GraphQL SDL documentation].
[1]: graphql.org/learn/schema/
3117 3118 3119 3120 3121 |
# File 'lib/aws-sdk-appsync/types.rb', line 3117 class GetIntrospectionSchemaResponse < Struct.new( :schema) SENSITIVE = [] include Aws::Structure end |