Class: Aws::IoTEvents::Types::ListTagsForResourceResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The list of tags assigned to the resource.

Returns:



2400
2401
2402
2403
2404
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2400

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