ListImagesResponse

public struct ListImagesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of image semantic versions.

    Declaration

    Swift

    public let imageVersionList: [ImageVersion]?
  • The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.

    Declaration

    Swift

    public let nextToken: String?
  • The request ID that uniquely identifies this request.

    Declaration

    Swift

    public let requestId: String?
  • Undocumented

    Declaration

    Swift

    public init(imageVersionList: [ImageVersion]? = nil, nextToken: String? = nil, requestId: String? = nil)