Class: Aws::Synthetics::Types::StartCanaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::StartCanaryRequest
- 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 run.
Instance Attribute Details
#name ⇒ String
The name of the canary that you want to run. To find canary names, use [DescribeCanaries].
[1]: docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1637 class StartCanaryRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |