Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::TelemetryRule
The new configuration details for the telemetry rule.
-
#rule_identifier ⇒ String
The identifier (name or ARN) of the telemetry rule to update.
Instance Attribute Details
#rule ⇒ Types::TelemetryRule
The new configuration details for the telemetry rule.
2345 2346 2347 2348 2349 2350 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2345 class UpdateTelemetryRuleInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The identifier (name or ARN) of the telemetry rule to update.
2345 2346 2347 2348 2349 2350 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2345 class UpdateTelemetryRuleInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |