GetCanaryRunsRequest

public struct GetCanaryRunsRequest : AWSShape
extension Synthetics.GetCanaryRunsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used.

    Declaration

    Swift

    public let maxResults: Int?
  • The name of the canary that you want to see runs for.

    Declaration

    Swift

    public let name: String
  • 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(maxResults: Int? = nil, name: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws