Class: Aws::Synthetics::Types::CanaryRun
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryRun
- Defined in:
- gems/aws-sdk-synthetics/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
-
#artifact_s3_location ⇒ String
The location where the canary stored artifacts from the run.
-
#browser_type ⇒ String
The browser type associated with this canary run.
-
#dry_run_config ⇒ Types::CanaryDryRunConfigOutput
Returns the dry run configurations for a canary.
-
#id ⇒ String
A unique ID that identifies this canary run.
-
#name ⇒ String
The name of the canary.
-
#retry_attempt ⇒ Integer
The count in number of the retry attempt.
-
#scheduled_run_id ⇒ String
The ID of the scheduled canary run.
-
#status ⇒ Types::CanaryRunStatus
The status of this run.
-
#timeline ⇒ Types::CanaryRunTimeline
A structure that contains the start and end times of this run.
Instance Attribute Details
#artifact_s3_location ⇒ String
The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#browser_type ⇒ String
The browser type associated with this canary run.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#dry_run_config ⇒ Types::CanaryDryRunConfigOutput
Returns the dry run configurations for a canary.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique ID that identifies this canary run.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the canary.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#retry_attempt ⇒ Integer
The count in number of the retry attempt.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#scheduled_run_id ⇒ String
The ID of the scheduled canary run.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::CanaryRunStatus
The status of this run.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |
#timeline ⇒ Types::CanaryRunTimeline
A structure that contains the start and end times of this run.
538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 538 class CanaryRun < Struct.new( :id, :scheduled_run_id, :retry_attempt, :name, :status, :timeline, :artifact_s3_location, :dry_run_config, :browser_type) SENSITIVE = [] include Aws::Structure end |