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.
4703 4704 4705 4706 4707 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4703 class ListTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |