Class: Aws::Synthetics::Types::StopCanaryRequest

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 stop. To find the names of your canaries, use [ListCanaries].

[1]: docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html

Returns:

  • (String)


1589
1590
1591
1592
1593
# File 'lib/aws-sdk-synthetics/types.rb', line 1589

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