You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::LambdaFunctionInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a Lambda function specified in a deployment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionString

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

Returns:

  • (String)

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

#function_aliasString

The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.

Returns:

  • (String)

    The alias of a Lambda function.

#function_nameString

The name of a Lambda function.

Returns:

  • (String)

    The name of a Lambda function.

#target_versionString

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

Returns:

  • (String)

    The version of a Lambda function that production traffic points to after the Lambda function is deployed.

#target_version_weightFloat

The percentage of production traffic that the target version of a Lambda function receives.

Returns:

  • (Float)

    The percentage of production traffic that the target version of a Lambda function receives.