Class: Aws::Synthetics::Types::StopCanaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::StopCanaryRequest
- Defined in:
- gems/aws-sdk-synthetics/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 to stop.
Instance Attribute Details
#name ⇒ String
The name of the canary that you want to stop. To find the names of your canaries, use ListCanaries.
2118 2119 2120 2121 2122 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2118 class StopCanaryRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |