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