ListImagePipelineImagesResponse

public struct ListImagePipelineImagesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of images built by this pipeline.

    Declaration

    Swift

    public let imageSummaryList: [ImageSummary]?
  • 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(imageSummaryList: [ImageSummary]? = nil, nextToken: String? = nil, requestId: String? = nil)