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

Class: Aws::Lambda::Types::AliasRoutingConfiguration

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

#additional_version_weights ⇒ Hash<String,Float>

The second version, and the percentage of traffic that's routed to it.

317 318 319 320 321 # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 317 class AliasRoutingConfiguration < Struct.new( :additional_version_weights) SENSITIVE = [] include Aws::Structure end