Class: Aws::AppSync::Types::GetTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetTypeRequest
- 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 type format: SDL or JSON.
-
#type_name ⇒ String
The type name.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2779 2780 2781 2782 2783 2784 2785 |
# File 'lib/aws-sdk-appsync/types.rb', line 2779 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The type format: SDL or JSON.
2779 2780 2781 2782 2783 2784 2785 |
# File 'lib/aws-sdk-appsync/types.rb', line 2779 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type name.
2779 2780 2781 2782 2783 2784 2785 |
# File 'lib/aws-sdk-appsync/types.rb', line 2779 class GetTypeRequest < Struct.new( :api_id, :type_name, :format) SENSITIVE = [] include Aws::Structure end |