Class: Aws::Synthetics::Types::GetCanaryResponse

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

#canaryTypes::Canary

A structure that contains the full information about the canary.

Returns:



1169
1170
1171
1172
1173
# File 'lib/aws-sdk-synthetics/types.rb', line 1169

class GetCanaryResponse < Struct.new(
  :canary)
  SENSITIVE = []
  include Aws::Structure
end