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

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

Returns:

  • (String)


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

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