Class: Aws::EC2::Types::CreateVolumePermissionModifications

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#addArray<Types::CreateVolumePermission>

Adds the specified Amazon Web Services account ID or group to the list.

Returns:



12407
12408
12409
12410
12411
12412
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12407

class CreateVolumePermissionModifications < Struct.new(
  :add,
  :remove)
  SENSITIVE = []
  include Aws::Structure
end

#removeArray<Types::CreateVolumePermission>

Removes the specified Amazon Web Services account ID or group from the list.

Returns:



12407
12408
12409
12410
12411
12412
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12407

class CreateVolumePermissionModifications < Struct.new(
  :add,
  :remove)
  SENSITIVE = []
  include Aws::Structure
end