Class: Aws::Synthetics::Types::GetCanaryRunsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canary_runsArray<Types::CanaryRun>

An array of structures. Each structure contains the details of one of the retrieved canary runs.

Returns:



1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-synthetics/types.rb', line 1145

class GetCanaryRunsResponse < Struct.new(
  :canary_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-synthetics/types.rb', line 1145

class GetCanaryRunsResponse < Struct.new(
  :canary_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end