Class: Aws::ResourceGroups::Types::GetTagsInput

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 whose tags you want to retrieve.

Returns:

  • (String)


337
338
339
340
341
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 337

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