Class: Aws::AppSync::Types::DeleteTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteTypeRequest
- 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.
-
#type_name ⇒ String
The type name.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-appsync/types.rb', line 1762 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type name.
1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-appsync/types.rb', line 1762 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |