Class: Aws::EC2::Types::CreateVolumePermissionModifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVolumePermissionModifications
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes modifications to the list of create volume permissions for a volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add ⇒ Array<Types::CreateVolumePermission>
Adds the specified Amazon Web Services account ID or group to the list.
-
#remove ⇒ Array<Types::CreateVolumePermission>
Removes the specified Amazon Web Services account ID or group from the list.
Instance Attribute Details
permalink #add ⇒ Array<Types::CreateVolumePermission>
Adds the specified Amazon Web Services account ID or group to the list.
13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-ec2/types.rb', line 13726 class CreateVolumePermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end |
permalink #remove ⇒ Array<Types::CreateVolumePermission>
Removes the specified Amazon Web Services account ID or group from the list.
13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-ec2/types.rb', line 13726 class CreateVolumePermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end |