Class: Aws::AccessAnalyzer::Types::GeneratedPolicy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::GeneratedPolicy
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Contains the text for the generated policy.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text to use as the content for the new policy.
 
Instance Attribute Details
#policy ⇒ String
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
      1870 1871 1872 1873 1874  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1870 class GeneratedPolicy < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end  |