Class: Aws::NetworkFlowMonitor::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags for a resource.

Returns:

  • (Hash<String,String>)


855
856
857
858
859
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 855

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