Class: Aws::EC2::Types::CreateVolumePermissionModifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVolumePermissionModifications
- 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
-
#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
#add ⇒ Array<Types::CreateVolumePermission>
Adds the specified Amazon Web Services account ID or group to the list.
12936 12937 12938 12939 12940 12941 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12936 class CreateVolumePermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end |
#remove ⇒ Array<Types::CreateVolumePermission>
Removes the specified Amazon Web Services account ID or group from the list.
12936 12937 12938 12939 12940 12941 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12936 class CreateVolumePermissionModifications < Struct.new( :add, :remove) SENSITIVE = [] include Aws::Structure end |