Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleInput
- Defined in:
- gems/aws-sdk-observabilityadmin/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.
847 848 849 850 851 852 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 847 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.
847 848 849 850 851 852 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 847 class UpdateTelemetryRuleInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |