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 Amazon resource name (ARN) of the resource group whose tags you want to retrieve.

Returns:

  • (String)


457
458
459
460
461
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 457

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