ListCreatedArtifactsResult

public struct ListCreatedArtifactsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of created artifacts up to the maximum number of results specified in the request.

    Declaration

    Swift

    public let createdArtifactList: [CreatedArtifact]?
  • If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(createdArtifactList: [CreatedArtifact]? = nil, nextToken: String? = nil)