Class: Aws::AppSync::Types::GetIntrospectionSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetIntrospectionSchemaResponse
- Defined in:
- gems/aws-sdk-appsync/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.
3120 3121 3122 3123 3124 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3120 class GetIntrospectionSchemaResponse < Struct.new( :schema) SENSITIVE = [] include Aws::Structure end |