Class: Aws::ConfigService::Types::PutOrganizationConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutOrganizationConfigRuleResponse
- Defined in:
- gems/aws-sdk-configservice/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.
7362 7363 7364 7365 7366 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7362 class PutOrganizationConfigRuleResponse < Struct.new( :organization_config_rule_arn) SENSITIVE = [] include Aws::Structure end |