DescribeCanariesResponse

public struct DescribeCanariesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Returns an array. Each item in the array contains the full information about one canary.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(canaries: [Canary]? = nil, nextToken: String? = nil)