AWSEC2LaunchPermissionModifications
Objective-C
@interface AWSEC2LaunchPermissionModifications
Swift
class AWSEC2LaunchPermissionModifications
Describes a launch permission modification.
-
The AWS account ID to add to the list of launch permissions for the AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LaunchPermission *> *_Nullable add;
Swift
var add: [AWSEC2LaunchPermission]? { get set }
-
The AWS account ID to remove from the list of launch permissions for the AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LaunchPermission *> *_Nullable remove;
Swift
var remove: [AWSEC2LaunchPermission]? { get set }