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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Response to a `GetFunctionConfiguration` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ImageConfigError

Error response to `GetFunctionConfiguration`.



3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-lambda/types.rb', line 3038

class ImageConfigResponse < Struct.new(
  :image_config,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#image_configTypes::ImageConfig

Configuration values that override the container image Dockerfile.

Returns:



3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-lambda/types.rb', line 3038

class ImageConfigResponse < Struct.new(
  :image_config,
  :error)
  SENSITIVE = []
  include Aws::Structure
end