AWSEC2LaunchPermissionModifications

Objective-C

@interface AWSEC2LaunchPermissionModifications

Swift

class AWSEC2LaunchPermissionModifications

Describes a launch permission modification.

  • add

    The Amazon Web Services account ID, organization ARN, or OU ARN 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 Amazon Web Services account ID, organization ARN, or OU ARN 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 }