Class: Aws::ObservabilityAdmin::Types::CreateTelemetryRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CreateTelemetryRuleOutput
- 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 created telemetry rule.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the created telemetry rule.
124 125 126 127 128 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 124 class CreateTelemetryRuleOutput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |