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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


6731
6732
6733
6734
6735
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6731

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