Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryRuleInput
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_identifier ⇒ String
The identifier (name or ARN) of the telemetry rule to retrieve.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier (name or ARN) of the telemetry rule to retrieve.
244 245 246 247 248 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 244 class GetTelemetryRuleInput < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |