Class: Aws::Lambda::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The function's tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The function's tags.
7216 7217 7218 7219 7220 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 7216 class ListTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |