Class: Aws::Synthetics::Types::GetCanaryRequest

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

#dry_run_idString

The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-synthetics/types.rb', line 1283

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

#nameString

The name of the canary that you want details for.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
# File 'lib/aws-sdk-synthetics/types.rb', line 1283

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