GetCanaryRunsResponse

public struct GetCanaryRunsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of structures. Each structure contains the details of one of the retrieved canary runs.

    Declaration

    Swift

    public let canaryRuns: [CanaryRun]?
  • A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(canaryRuns: [CanaryRun]? = nil, nextToken: String? = nil)