Class: Aws::EC2::Types::LaunchPermission
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchPermission
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch permission.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the group.
 - 
  
    
      #organization_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of an organization.
 - 
  
    
      #organizational_unit_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of an organizational unit (OU).
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID.
 
Instance Attribute Details
#group ⇒ String
The name of the group.
      47730 47731 47732 47733 47734 47735 47736 47737  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47730 class LaunchPermission < Struct.new( :organization_arn, :organizational_unit_arn, :user_id, :group) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_arn ⇒ String
The Amazon Resource Name (ARN) of an organization.
      47730 47731 47732 47733 47734 47735 47736 47737  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47730 class LaunchPermission < Struct.new( :organization_arn, :organizational_unit_arn, :user_id, :group) SENSITIVE = [] include Aws::Structure end  | 
  
#organizational_unit_arn ⇒ String
The Amazon Resource Name (ARN) of an organizational unit (OU).
      47730 47731 47732 47733 47734 47735 47736 47737  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47730 class LaunchPermission < Struct.new( :organization_arn, :organizational_unit_arn, :user_id, :group) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
      47730 47731 47732 47733 47734 47735 47736 47737  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47730 class LaunchPermission < Struct.new( :organization_arn, :organizational_unit_arn, :user_id, :group) SENSITIVE = [] include Aws::Structure end  |