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.
2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-appsync/types.rb', line 2095 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
The resolver field name.
2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-appsync/types.rb', line 2095 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the resolver type.
2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-appsync/types.rb', line 2095 class DeleteResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |