Class: Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleForOrganizationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 organization telemetry rule to delete.

Returns:

  • (String)


640
641
642
643
644
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 640

class DeleteTelemetryRuleForOrganizationInput < Struct.new(
  :rule_identifier)
  SENSITIVE = []
  include Aws::Structure
end