Class: Aws::Synthetics::Types::DeleteCanaryRequest

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

#delete_lambdaBoolean

Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.

Type: Boolean

Returns:

  • (Boolean)


868
869
870
871
872
873
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 868

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

#nameString

The name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries.

Returns:

  • (String)


868
869
870
871
872
873
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 868

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