Class: Aws::ObservabilityAdmin::Types::UpdateCentralizationRuleForOrganizationInput

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

#ruleTypes::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_identifierString

The identifier (name or ARN) of the organization centralization rule to update.

Returns:

  • (String)


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