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
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.
| 3207 3208 3209 3210 3211 3212 3213 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3207 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end | 
#field_name ⇒ String
The resolver field name.
| 3207 3208 3209 3210 3211 3212 3213 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3207 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end | 
#type_name ⇒ String
The resolver type name.
| 3207 3208 3209 3210 3211 3212 3213 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3207 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end |