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 resource's Amazon Resource Name (ARN).
Instance Attribute Details
#resource ⇒ String
The resource's Amazon Resource Name (ARN). Note: Lambda does not support adding tags to function aliases or versions.
6783 6784 6785 6786 6787 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6783 class ListTagsRequest < Struct.new( :resource) SENSITIVE = [] include Aws::Structure end |