Class: Aws::ConfigService::Types::GetCustomRulePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetCustomRulePolicyResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_text ⇒ String
The policy definition containing the logic for your Config Custom Policy rule.
Instance Attribute Details
#policy_text ⇒ String
The policy definition containing the logic for your Config Custom Policy rule.
4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4830 class GetCustomRulePolicyResponse < Struct.new( :policy_text) SENSITIVE = [] include Aws::Structure end |