Class: Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#format ⇒ String
The schema format: SDL or JSON.
-
#include_directives ⇒ Boolean
A flag that specifies whether the schema introspection should contain directives.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-appsync/types.rb', line 2639 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The schema format: SDL or JSON.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-appsync/types.rb', line 2639 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |
#include_directives ⇒ Boolean
A flag that specifies whether the schema introspection should contain directives.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-appsync/types.rb', line 2639 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |