Class: Aws::ConfigService::Types::PutOrganizationConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutOrganizationConfigRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_config_rule_arn ⇒ String
The Amazon Resource Name (ARN) of an organization Config rule.
Instance Attribute Details
#organization_config_rule_arn ⇒ String
The Amazon Resource Name (ARN) of an organization Config rule.
6758 6759 6760 6761 6762 |
# File 'lib/aws-sdk-configservice/types.rb', line 6758 class PutOrganizationConfigRuleResponse < Struct.new( :organization_config_rule_arn) SENSITIVE = [] include Aws::Structure end |