Class: Aws::ResourceExplorer2::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.

Returns:

  • (String)


1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1264

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

#tagsHash<String,String>

A list of tag key and value pairs that you want to attach to the specified view or index.

Returns:

  • (Hash<String,String>)


1264
1265
1266
1267
1268
1269
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1264

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