Class: Aws::AppSync::Types::GetFunctionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetFunctionResponse
 
 
- Defined in:
 - gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #function_configuration  ⇒ Types::FunctionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
Functionobject. 
Instance Attribute Details
#function_configuration ⇒ Types::FunctionConfiguration
The Function object.
      3096 3097 3098 3099 3100  | 
    
      # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3096 class GetFunctionResponse < Struct.new( :function_configuration) SENSITIVE = [] include Aws::Structure end  |