AWSEC2CreateVolumePermissionModifications
Objective-C
@interface AWSEC2CreateVolumePermissionModifications
Swift
class AWSEC2CreateVolumePermissionModifications
Describes modifications to the list of create volume permissions for a volume.
-
Adds the specified Amazon Web Services account ID or group to the list.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CreateVolumePermission *> *_Nullable add;
Swift
var add: [AWSEC2CreateVolumePermission]? { get set }
-
Removes the specified Amazon Web Services account ID or group from the list.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CreateVolumePermission *> *_Nullable remove;
Swift
var remove: [AWSEC2CreateVolumePermission]? { get set }