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

Class: Aws::Lambda::Types::AliasConfiguration

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

Overview

Provides configuration information about a Lambda function alias.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arnString

The Amazon Resource Name (ARN) of the alias.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the alias.

#descriptionString

A description of the alias.

Returns:

  • (String)

    A description of the alias.

#function_versionString

The function version that the alias invokes.

Returns:

  • (String)

    The function version that the alias invokes.

#nameString

The name of the alias.

Returns:

  • (String)

    The name of the alias.

#revision_idString

A unique identifier that changes when you update the alias.

Returns:

  • (String)

    A unique identifier that changes when you update the alias.

#routing_configTypes::AliasRoutingConfiguration

The routing configuration of the alias.

Returns: