Class: Aws::EC2::Types::LoadPermission
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LoadPermission
 
 
- 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.
      49887 49888 49889 49890 49891 49892  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49887 class LoadPermission < Struct.new( :user_id, :group) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The Amazon Web Services account ID.
      49887 49888 49889 49890 49891 49892  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49887 class LoadPermission < Struct.new( :user_id, :group) SENSITIVE = [] include Aws::Structure end  |