Class: Aws::Lambda::Types::ListTagsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The function’s tags.

Returns:

  • (Hash<String,String>)


2140
2141
2142
2143
# File 'lib/aws-sdk-lambda/types.rb', line 2140

class ListTagsResponse < Struct.new(
  :tags)
  include Aws::Structure
end