DeleteImagePermissionsRequest

public struct DeleteImagePermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the private image.

    Declaration

    Swift

    public let name: String
  • The 12-digit identifier of the AWS account for which to delete image permissions.

    Declaration

    Swift

    public let sharedAccountId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, sharedAccountId: String)
  • Declaration

    Swift

    public func validate(name: String) throws