Class: Aws::Synthetics::Types::GetCanaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetCanaryResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canary ⇒ Types::Canary
A structure that contains the full information about the canary.
Instance Attribute Details
#canary ⇒ Types::Canary
A structure that contains the full information about the canary.
1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1100 class GetCanaryResponse < Struct.new( :canary) SENSITIVE = [] include Aws::Structure end |