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)


2097
2098
2099
2100
2101
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2097

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