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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/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.

Returns:

  • (String)


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

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