ListArtifactsRequest

public struct ListArtifactsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for an Amplify app.

    Declaration

    Swift

    public let appId: String
  • The name of a branch that is part of an Amplify app.

    Declaration

    Swift

    public let branchName: String
  • The unique ID for a job.

    Declaration

    Swift

    public let jobId: String
  • The maximum number of records to list in a single response.

    Declaration

    Swift

    public let maxResults: Int?
  • A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(appId: String, branchName: String, jobId: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws