Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleOutput
- Defined in:
- gems/aws-sdk-observabilityadmin/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.
2655 2656 2657 2658 2659 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2655 class UpdateTelemetryRuleOutput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |