Class: Aws::SecurityLake::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.

Returns:



1511
1512
1513
1514
1515
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1511

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