Class: Aws::EC2::Types::LaunchPermissionModifications
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchPermissionModifications
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch permission modification.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #add  ⇒ Array<Types::LaunchPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.
 - 
  
    
      #remove  ⇒ Array<Types::LaunchPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.
 
Instance Attribute Details
#add ⇒ Array<Types::LaunchPermission>
The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.
      47753 47754 47755 47756 47757 47758  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47753 class LaunchPermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end  | 
  
#remove ⇒ Array<Types::LaunchPermission>
The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.
      47753 47754 47755 47756 47757 47758  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47753 class LaunchPermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end  |