Class: Aws::AppSync::Types::GetResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetResolverRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass GetResolverRequest data as a hash:
{
api_id: "String", # required
type_name: "ResourceName", # required
field_name: "ResourceName", # required
}
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 resolver type name.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2092 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
The resolver field name.
2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2092 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The resolver type name.
2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2092 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |