Class: Aws::EC2::Types::LoadPermissionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LoadPermissionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a load permission.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the group.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID.
 
Instance Attribute Details
#group ⇒ String
The name of the group.
      49926 49927 49928 49929 49930 49931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49926 class LoadPermissionRequest < Struct.new( :group, :user_id) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The Amazon Web Services account ID.
      49926 49927 49928 49929 49930 49931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49926 class LoadPermissionRequest < Struct.new( :group, :user_id) SENSITIVE = [] include Aws::Structure end  |