Class: Aws::ObservabilityAdmin::Types::GetCentralizationRuleForOrganizationInput

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

#rule_identifierString

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

Returns:

  • (String)


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