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.
5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-configservice/types.rb', line 5017 class GetOrganizationCustomRulePolicyRequest < Struct.new( :organization_config_rule_name) SENSITIVE = [] include Aws::Structure end |