Class: Aws::Macie2::Types::TagResourceRequest

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

Overview

Specifies the tags (keys and values) to associate with an Amazon Macie resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6159

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

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


6159
6160
6161
6162
6163
6164
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6159

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