Class: Aws::OAM::Types::ListTagsForResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource that you want to view tags for.

The ARN format of a sink is arn:aws:oam:Region:account-id:sink/sink-id

The ARN format of a link is arn:aws:oam:Region:account-id:link/link-id

For more information about ARN format, see CloudWatch Logs resources and operations.

Unlike tagging permissions in other Amazon Web Services services, to retrieve the list of tags for links or sinks you must have the oam:RequestTag permission. The aws:ReguestTag permission does not allow you to tag and untag links and sinks.

Returns:

  • (String)


665
666
667
668
669
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 665

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