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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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.



3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3309

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

#image_configTypes::ImageConfig

Configuration values that override the container image Dockerfile.

Returns:



3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3309

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