Class: Aws::Inspector::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A collection of key and value pairs.

Returns:



2169
2170
2171
2172
2173
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2169

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