Class: Aws::ConfigService::Types::PutOrganizationConfigRuleResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_config_rule_arnString

The Amazon Resource Name (ARN) of an organization Config rule.

Returns:

  • (String)


6759
6760
6761
6762
6763
# File 'lib/aws-sdk-configservice/types.rb', line 6759

class PutOrganizationConfigRuleResponse < Struct.new(
  :organization_config_rule_arn)
  SENSITIVE = []
  include Aws::Structure
end