Class: Aws::Detective::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tag values that are assigned to the behavior graph. The request returns up to 50 tag values.

Returns:

  • (Hash<String,String>)


1220
1221
1222
1223
1224
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1220

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