Class: Aws::Synthetics::Types::DescribeCanariesLastRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canaries_last_runArray<Types::CanaryLastRun>

An array that contains the information from the most recent run of each canary.

Returns:



950
951
952
953
954
955
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 950

class DescribeCanariesLastRunResponse < Struct.new(
  :canaries_last_run,
  :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 DescribeCanariesLastRun operation to retrieve the next set of results.

Returns:

  • (String)


950
951
952
953
954
955
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 950

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