Class: Aws::ObservabilityAdmin::Types::ListTagsForResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-observabilityadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the telemetry rule resource whose tags you want to list.

Returns:

  • (String)


1392
1393
1394
1395
1396
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1392

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