Class: Aws::ConfigService::Types::GetOrganizationCustomRulePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetOrganizationCustomRulePolicyRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass GetOrganizationCustomRulePolicyRequest data as a hash:
{
organization_config_rule_name: "OrganizationConfigRuleName", # required
}
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.
5010 5011 5012 5013 5014 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5010 class GetOrganizationCustomRulePolicyRequest < Struct.new( :organization_config_rule_name) SENSITIVE = [] include Aws::Structure end |