Class: Aws::ResourceGroups::Types::TagInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource group to which to add tags.

Returns:

  • (String)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1234

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

#tagsHash<String,String>

The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.

Returns:

  • (Hash<String,String>)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1234

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