Class: Aws::ObservabilityAdmin::Types::DeleteCentralizationRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::DeleteCentralizationRuleForOrganizationInput
- 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 centralization rule to delete.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization centralization rule to delete.
598 599 600 601 602 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 598 class DeleteCentralizationRuleForOrganizationInput < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |