Class: Aws::AppSync::Types::DeleteResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteResolverRequest
- 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.
-
#field_name ⇒ String
The resolver field name.
-
#type_name ⇒ String
The name of the resolver type.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-appsync/types.rb', line 1740 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
The resolver field name.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-appsync/types.rb', line 1740 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the resolver type.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-appsync/types.rb', line 1740 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |