Class: Aws::SecurityLake::Types::ListTagsForResourceRequest

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

#resource_arnString

The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which you want to retrieve the tags.

Returns:

  • (String)


1498
1499
1500
1501
1502
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1498

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