Class: Aws::SecurityLake::Types::TagResourceRequest

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 to add or update the tags for.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1829

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

#tagsArray<Types::Tag>

An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

Returns:



1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1829

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