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

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

#canaryTypes::Canary

A structure that contains the full information about the canary.

Returns:



1100
1101
1102
1103
1104
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1100

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