Class: Aws::Lambda::Types::SnapStart

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

Overview

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_onString

Set to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

Returns:

  • (String)


5647
5648
5649
5650
5651
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5647

class SnapStart < Struct.new(
  :apply_on)
  SENSITIVE = []
  include Aws::Structure
end