Class: Aws::AccessAnalyzer::Types::GeneratedPolicyResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::GeneratedPolicyResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Contains the text for the generated policy and its details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #generated_policies  ⇒ Array<Types::GeneratedPolicy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text to use as the content for the new policy.
 - 
  
    
      #properties  ⇒ Types::GeneratedPolicyProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘GeneratedPolicyProperties` object that contains properties of the generated policy.
 
Instance Attribute Details
#generated_policies ⇒ Array<Types::GeneratedPolicy>
The text to use as the content for the new policy. The policy is created using the [CreatePolicy] action.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html
      1921 1922 1923 1924 1925 1926  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1921 class GeneratedPolicyResult < Struct.new( :properties, :generated_policies) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Types::GeneratedPolicyProperties
A ‘GeneratedPolicyProperties` object that contains properties of the generated policy.
      1921 1922 1923 1924 1925 1926  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1921 class GeneratedPolicyResult < Struct.new( :properties, :generated_policies) SENSITIVE = [] include Aws::Structure end  |