Class: Aws::Lambda::Types::SnapStartResponse

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

Overview

The function's SnapStart setting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_onString

When set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5720

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

#optimization_statusString

When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5720

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