You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::LoadPermissionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::LoadPermissionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing LoadPermissionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  group: "all", # accepts all
  user_id: "String",
}
Describes a load permission.
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the group. 
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The AWS account ID. 
Instance Attribute Details
#group ⇒ String
The name of the group.
Possible values:
- all
#user_id ⇒ String
The AWS account ID.