ImageConfigResponse — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::Lambda::Types::ImageConfigResponse

Inherits:

Struct

Defined in:

gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Response to a GetFunctionConfiguration request.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ImageConfigError

Error response to GetFunctionConfiguration.

3576 3577 3578 3579 3580 3581 # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3576 class ImageConfigResponse < Struct.new( :image_config, :error) SENSITIVE = [] include Aws::Structure end

#image_configTypes::ImageConfig

Configuration values that override the container image Dockerfile.

3576 3577 3578 3579 3580 3581 # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3576 class ImageConfigResponse < Struct.new( :image_config, :error) SENSITIVE = [] include Aws::Structure end