Class: Aws::CleanRooms::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) associated with the resource you want to tag.

Returns:

  • (String)


6867
6868
6869
6870
6871
6872
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6867

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

#tagsHash<String,String>

A map of objects specifying each key name and value.

Returns:

  • (Hash<String,String>)


6867
6868
6869
6870
6871
6872
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6867

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