DescribeCanariesRequest

public struct DescribeCanariesRequest : AWSShape
extension Synthetics.DescribeCanariesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws