Class: Aws::ConfigService::Types::GetOrganizationCustomRulePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetOrganizationCustomRulePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_config_rule_name ⇒ String
The name of your organization Config Custom Policy rule.
Instance Attribute Details
#organization_config_rule_name ⇒ String
The name of your organization Config Custom Policy rule.
5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-configservice/types.rb', line 5054 class GetOrganizationCustomRulePolicyRequest < Struct.new( :organization_config_rule_name) SENSITIVE = [] include Aws::Structure end |