Class: Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::DeleteTelemetryRuleForOrganizationInput
- Includes:
- Structure
- Defined in:
- 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 organization telemetry rule to delete.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization telemetry rule to delete.
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 |