Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleForOrganizationOutput

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 organization telemetry rule.

Returns:

  • (String)


2329
2330
2331
2332
2333
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2329

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