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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The function's tags.

Returns:

  • (Hash<String,String>)


4566
4567
4568
4569
4570
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4566

class ListTagsResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end