Class: Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_identifierString

The identifier (name or ARN) of the telemetry rule to delete.

Returns:

  • (String)


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