ImageIdentifier

public struct ImageIdentifier : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The sha256 digest of the image manifest.

    Declaration

    Swift

    public let imageDigest: String?
  • The tag used for the image.

    Declaration

    Swift

    public let imageTag: String?
  • Undocumented

    Declaration

    Swift

    public init(imageDigest: String? = nil, imageTag: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws