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.
4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-configservice/types.rb', line 4641 class GetOrganizationCustomRulePolicyRequest < Struct.new( :organization_config_rule_name) SENSITIVE = [] include Aws::Structure end |