Class: Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleInput
- 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 delete.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier (name or ARN) of the telemetry rule to delete.
149 150 151 152 153 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 149 class DeleteTelemetryRuleInput < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |