Method: Aws::Lambda::Types::AliasConfiguration#name
- Defined in:
- lib/aws-sdk-lambda/types.rb
#name ⇒ String
The name of the alias.
299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-lambda/types.rb', line 299 class AliasConfiguration < Struct.new( :alias_arn, :name, :function_version, :description, :routing_config, :revision_id) SENSITIVE = [] include Aws::Structure end |