Class: Aws::Synthetics::Types::StartCanaryRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


1568
1569
1570
1571
1572
# File 'lib/aws-sdk-synthetics/types.rb', line 1568

class StartCanaryRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end