Class: Aws::Lambda::Types::SnapStart
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SnapStart
- 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
-
#apply_on ⇒ String
Set to
PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.
Instance Attribute Details
#apply_on ⇒ String
Set to PublishedVersions to create a snapshot of the initialized
execution environment when you publish a function version.
6212 6213 6214 6215 6216 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6212 class SnapStart < Struct.new( :apply_on) SENSITIVE = [] include Aws::Structure end |