Method: Aws::Lambda::Types::ImageConfig#command

Defined in:
lib/aws-sdk-lambda/types.rb

#commandArray<String>

Specifies parameters that you want to pass in with ENTRYPOINT.

Returns:



5161
5162
5163
5164
5165
5166
5167
# File 'lib/aws-sdk-lambda/types.rb', line 5161

class ImageConfig < Struct.new(
  :entry_point,
  :command,
  :working_directory)
  SENSITIVE = []
  include Aws::Structure
end