Class: Aws::Synthetics::Types::DescribeCanariesResponse

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

#canariesArray<Types::Canary>

Returns an array. Each item in the array contains the full information about one canary.

Returns:



1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1011

class DescribeCanariesResponse < Struct.new(
  :canaries,
  :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 DescribeCanaries operation to retrieve the next set of results.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1011

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