Class: Aws::Lambda::Types::ImageConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::ImageConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Response to a ‘GetFunctionConfiguration` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Types::ImageConfigError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error response to ‘GetFunctionConfiguration`.
 - 
  
    
      #image_config  ⇒ Types::ImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration values that override the container image Dockerfile.
 
Instance Attribute Details
#error ⇒ Types::ImageConfigError
Error response to ‘GetFunctionConfiguration`.
      3442 3443 3444 3445 3446 3447  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3442 class ImageConfigResponse < Struct.new( :image_config, :error) SENSITIVE = [] include Aws::Structure end  | 
  
#image_config ⇒ Types::ImageConfig
Configuration values that override the container image Dockerfile.
      3442 3443 3444 3445 3446 3447  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3442 class ImageConfigResponse < Struct.new( :image_config, :error) SENSITIVE = [] include Aws::Structure end  |