LaunchPermissionModifications
public struct LaunchPermissionModifications : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID to add to the list of launch permissions for the AMI.
Declaration
Swift
public let add: [LaunchPermission]?
-
The AWS account ID to remove from the list of launch permissions for the AMI.
Declaration
Swift
public let remove: [LaunchPermission]?
-
Undocumented
Declaration
Swift
public init(add: [LaunchPermission]? = nil, remove: [LaunchPermission]? = nil)