Class: Aws::AppSync::Types::DeleteTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteTypeRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass DeleteTypeRequest data as a hash:
{
api_id: "String", # required
type_name: "ResourceName", # required
}
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.
1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1539 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type name.
1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1539 class DeleteTypeRequest < Struct.new( :api_id, :type_name) SENSITIVE = [] include Aws::Structure end |