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 Amazon resource name (ARN) of the resource group to which to add tags.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1674

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>)


1674
1675
1676
1677
1678
1679
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1674

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