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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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>)


4983
4984
4985
4986
4987
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4983

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