Class: Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetIntrospectionSchemaRequest
- Defined in:
- gems/aws-sdk-appsync/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.
3140 3141 3142 3143 3144 3145 3146 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3140 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The schema format: SDL or JSON.
3140 3141 3142 3143 3144 3145 3146 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3140 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.
3140 3141 3142 3143 3144 3145 3146 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3140 class GetIntrospectionSchemaRequest < Struct.new( :api_id, :format, :include_directives) SENSITIVE = [] include Aws::Structure end |