Class: Aws::ConfigService::Types::GetCustomRulePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetCustomRulePolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-configservice/types.rb', line 4454 class GetCustomRulePolicyResponse < Struct.new( :policy_text) SENSITIVE = [] include Aws::Structure end |