Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the updated telemetry rule.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the updated telemetry rule.
2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2747 class UpdateTelemetryRuleOutput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |