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_arn ⇒ String

The Amazon Resource Name (ARN) of the alias.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the alias.

#description ⇒ String

A description of the alias.

Returns:

  • (String) —

    A description of the alias.

#function_version ⇒ String

The function version that the alias invokes.

Returns:

  • (String) —

    The function version that the alias invokes.

#name ⇒ String

The name of the alias.

Returns:

  • (String) —

    The name of the alias.

#revision_id ⇒ String

A unique identifier that changes when you update the alias.

Returns:

  • (String) —

    A unique identifier that changes when you update the alias.

#routing_config ⇒ Types::AliasRoutingConfiguration

The routing configuration of the alias.

Returns: