Class: Aws::ConfigService::Types::GetCustomRulePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetCustomRulePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_name ⇒ String
The name of your Config Custom Policy rule.
Instance Attribute Details
#config_rule_name ⇒ String
The name of your Config Custom Policy rule.
4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-configservice/types.rb', line 4441 class GetCustomRulePolicyRequest < Struct.new( :config_rule_name) SENSITIVE = [] include Aws::Structure end |