Class: Aws::Synthetics::Types::CreateCanaryResponse

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

The full details about the canary you have created.

Returns:



805
806
807
808
809
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 805

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