Class: Aws::CodePipeline::Types::ActionTypePermissions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ActionTypePermissions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Details identifying the users with permissions to use the action type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allowed_accounts  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
 
Instance Attribute Details
#allowed_accounts ⇒ Array<String>
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
      937 938 939 940 941  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 937 class ActionTypePermissions < Struct.new( :allowed_accounts) SENSITIVE = [] include Aws::Structure end  |