Class: Aws::Synthetics::Types::GetCanaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetCanaryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the canary that you want details for.
Instance Attribute Details
#name ⇒ String
The name of the canary that you want details for.
1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1157 class GetCanaryRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |