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.
7222 7223 7224 7225 7226 |
# File 'lib/aws-sdk-configservice/types.rb', line 7222 class PutOrganizationConfigRuleResponse < Struct.new( :organization_config_rule_arn) SENSITIVE = [] include Aws::Structure end |