Class: Aws::AppSync::Types::GetResolverRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetResolverRequest
 
 
- 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 resolver type name.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      3137 3138 3139 3140 3141 3142 3143  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3137 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end  | 
  
#field_name ⇒ String
The resolver field name.
      3137 3138 3139 3140 3141 3142 3143  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3137 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end  | 
  
#type_name ⇒ String
The resolver type name.
      3137 3138 3139 3140 3141 3142 3143  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3137 class GetResolverRequest < Struct.new( :api_id, :type_name, :field_name) SENSITIVE = [] include Aws::Structure end  |