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.
1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1131 class GetCanaryResponse < Struct.new( :canary) SENSITIVE = [] include Aws::Structure end |