Class: Aws::ResourceGroups::Types::GetTagsOutput

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 group.

Returns:

  • (String)


353
354
355
356
357
358
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 353

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

#tagsHash<String,String>

The tags associated with the specified resource group.

Returns:

  • (Hash<String,String>)


353
354
355
356
357
358
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 353

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