Method: Aws::Lambda::Types::LayerVersionContentInput#zip_file

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

#zip_fileString

The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.

Returns:

  • (String)


5974
5975
5976
5977
5978
5979
5980
5981
# File 'lib/aws-sdk-lambda/types.rb', line 5974

class LayerVersionContentInput < Struct.new(
  :s3_bucket,
  :s3_key,
  :s3_object_version,
  :zip_file)
  SENSITIVE = [:zip_file]
  include Aws::Structure
end