Class: Aws::Synthetics::Types::StopCanaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::StopCanaryRequest
- 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 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].
[1]: docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
1658 1659 1660 1661 1662 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1658 class StopCanaryRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |