Class: Aws::ConfigService::Types::GetOrganizationCustomRulePolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::GetOrganizationCustomRulePolicyResponse
 
- 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 organization Config Custom Policy rule. 
Instance Attribute Details
#policy_text ⇒ String
The policy definition containing the logic for your organization Config Custom Policy rule.
| 5067 5068 5069 5070 5071 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5067 class GetOrganizationCustomRulePolicyResponse < Struct.new( :policy_text) SENSITIVE = [] include Aws::Structure end |