Class: Aws::Synthetics::Types::CanaryRunTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryRunTimeline
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
This structure contains the start and end times of a single canary run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed ⇒ Time
The end time of the run.
-
#started ⇒ Time
The start time of the run.
Instance Attribute Details
#completed ⇒ Time
The end time of the run.
541 542 543 544 545 546 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 541 class CanaryRunTimeline < Struct.new( :started, :completed) SENSITIVE = [] include Aws::Structure end |
#started ⇒ Time
The start time of the run.
541 542 543 544 545 546 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 541 class CanaryRunTimeline < Struct.new( :started, :completed) SENSITIVE = [] include Aws::Structure end |