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.
2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-appsync/types.rb', line 2117 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type name.
2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-appsync/types.rb', line 2117 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |