Class: Aws::Inspector2::Types::ListTagsForResourceResponse

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


5226
5227
5228
5229
5230
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5226

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