You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Synthetics::Types::GetCanaryRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetCanaryRunsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#canary_runs ⇒ Array<Types::CanaryRun>
An array of structures.
-
#next_token ⇒ String
A token that indicates that there is more data available.
Instance Attribute Details
#canary_runs ⇒ Array<Types::CanaryRun>
An array of structures. Each structure contains the details of one of the retrieved canary runs.
#next_token ⇒ 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.