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

TheAmazon resource name (ARN) of the tagged resource group.

Returns:

  • (String)


473
474
475
476
477
478
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 473

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


473
474
475
476
477
478
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 473

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