Class: Aws::Lambda::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListTagsRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The function's Amazon Resource Name (ARN).
Instance Attribute Details
#resource ⇒ String
The function's Amazon Resource Name (ARN). Note: Lambda does not support adding tags to aliases or versions.
4676 4677 4678 4679 4680 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4676 class ListTagsRequest < Struct.new( :resource) SENSITIVE = [] include Aws::Structure end |