SnapStartResponse — AWS SDK for Ruby V3 (original) (raw)

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

Inherits:

Struct

Defined in:

gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_on ⇒ String

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

6248 6249 6250 6251 6252 6253 # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6248 class SnapStartResponse < Struct.new( :apply_on, :optimization_status) SENSITIVE = [] include Aws::Structure end

#optimization_status ⇒ String

6248 6249 6250 6251 6252 6253 # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6248 class SnapStartResponse < Struct.new( :apply_on, :optimization_status) SENSITIVE = [] include Aws::Structure end