Class: Aws::Synthetics::Types::CanaryRun

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

This structure contains the details about one run of one canary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_s3_locationString

The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.

Returns:

  • (String)


465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_configTypes::CanaryDryRunConfigOutput

Returns the dry run configurations for a canary.



465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique ID that identifies this canary run.

Returns:

  • (String)


465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the canary.

Returns:

  • (String)


465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#retry_attemptInteger

The count in number of the retry attempt.

Returns:

  • (Integer)


465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_run_idString

The ID of the scheduled canary run.

Returns:

  • (String)


465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::CanaryRunStatus

The status of this run.



465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end

#timelineTypes::CanaryRunTimeline

A structure that contains the start and end times of this run.



465
466
467
468
469
470
471
472
473
474
475
476
# File 'lib/aws-sdk-synthetics/types.rb', line 465

class CanaryRun < Struct.new(
  :id,
  :scheduled_run_id,
  :retry_attempt,
  :name,
  :status,
  :timeline,
  :artifact_s3_location,
  :dry_run_config)
  SENSITIVE = []
  include Aws::Structure
end