DescribeCanariesLastRunResponse

public struct DescribeCanariesLastRunResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array that contains the information from the most recent run of each canary.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(canariesLastRun: [CanaryLastRun]? = nil, nextToken: String? = nil)