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.
49260 49261 49262 49263 49264 49265 |
# File 'lib/aws-sdk-ec2/types.rb', line 49260 class LoadPermissionRequest < Struct.new( :group, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The Amazon Web Services account ID.
49260 49261 49262 49263 49264 49265 |
# File 'lib/aws-sdk-ec2/types.rb', line 49260 class LoadPermissionRequest < Struct.new( :group, :user_id) SENSITIVE = [] include Aws::Structure end |