Class: Aws::GuardDuty::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags associated with the resource.

Returns:

  • (Hash<String,String>)


3860
3861
3862
3863
3864
# File 'lib/aws-sdk-guardduty/types.rb', line 3860

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