SharedImagePermissions
public struct SharedImagePermissions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Describes the permissions for a shared image.
Declaration
Swift
public let imagePermissions: ImagePermissions -
The 12-digit identifier of the AWS account with which the image is shared.
Declaration
Swift
public let sharedAccountId: String -
Undocumented
Declaration
Swift
public init(imagePermissions: ImagePermissions, sharedAccountId: String)
View on GitHub
SharedImagePermissions Structure Reference