Class: Aws::ResourceGroups::Types::TagOutput

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 tagged resource.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1251

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

#tagsHash<String,String>

The tags that have been added to the specified resource group.

Returns:

  • (Hash<String,String>)


1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1251

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