Method: Aws::CodeDeploy::Types::LambdaFunctionInfo#current_version

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

#current_versionString

The version of a Lambda function that production traffic points to.

Returns:

  • (String)


3770
3771
3772
3773
3774
3775
3776
3777
3778
# File 'lib/aws-sdk-codedeploy/types.rb', line 3770

class LambdaFunctionInfo < Struct.new(
  :function_name,
  :function_alias,
  :current_version,
  :target_version,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end