Class: Aws::Synthetics::Types::CreateCanaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CreateCanaryResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canary ⇒ Types::Canary
The full details about the canary you have created.
Instance Attribute Details
#canary ⇒ Types::Canary
The full details about the canary you have created.
869 870 871 872 873 |
# File 'lib/aws-sdk-synthetics/types.rb', line 869 class CreateCanaryResponse < Struct.new( :canary) SENSITIVE = [] include Aws::Structure end |