Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleOutput

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

#rule_arnString

The Amazon Resource Name (ARN) of the updated telemetry rule.

Returns:

  • (String)


2667
2668
2669
2670
2671
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2667

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