Class: Aws::ObservabilityAdmin::Types::UpdateCentralizationRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateCentralizationRuleForOrganizationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::CentralizationRule
The configuration details for the organization-wide centralization rule, including the source configuration and the destination configuration to centralize telemetry data across the organization.
-
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization centralization rule to update.
Instance Attribute Details
#rule ⇒ Types::CentralizationRule
The configuration details for the organization-wide centralization rule, including the source configuration and the destination configuration to centralize telemetry data across the organization.
2260 2261 2262 2263 2264 2265 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2260 class UpdateCentralizationRuleForOrganizationInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization centralization rule to update.
2260 2261 2262 2263 2264 2265 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2260 class UpdateCentralizationRuleForOrganizationInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |