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.
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1169 class GetCanaryResponse < Struct.new( :canary) SENSITIVE = [] include Aws::Structure end |