Class: Aws::Lambda::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The function’s Amazon Resource Name (ARN). Note: Lambda does not support adding tags to aliases or versions.

Returns:

  • (String)


4554
4555
4556
4557
4558
# File 'lib/aws-sdk-lambda/types.rb', line 4554

class ListTagsRequest < Struct.new(
  :resource)
  SENSITIVE = []
  include Aws::Structure
end