Class: Aws::Synthetics::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the canary or group that you want to view tags for.

The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name.

The ARN format of a group is arn:aws:synthetics:Region:account-id:group:group-name

Returns:

  • (String)


1412
1413
1414
1415
1416
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1412

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