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