Class: Aws::Synthetics::Types::CanaryTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryTimeline
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
This structure contains information about when the canary was created and modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ Time
The date and time the canary was created.
-
#last_modified ⇒ Time
The date and time the canary was most recently modified.
-
#last_started ⇒ Time
The date and time that the canary’s most recent run started.
-
#last_stopped ⇒ Time
The date and time that the canary’s most recent run ended.
Instance Attribute Details
#created ⇒ Time
The date and time the canary was created.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-synthetics/types.rb', line 681 class CanaryTimeline < Struct.new( :created, :last_modified, :last_started, :last_stopped) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date and time the canary was most recently modified.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-synthetics/types.rb', line 681 class CanaryTimeline < Struct.new( :created, :last_modified, :last_started, :last_stopped) SENSITIVE = [] include Aws::Structure end |
#last_started ⇒ Time
The date and time that the canary’s most recent run started.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-synthetics/types.rb', line 681 class CanaryTimeline < Struct.new( :created, :last_modified, :last_started, :last_stopped) SENSITIVE = [] include Aws::Structure end |
#last_stopped ⇒ Time
The date and time that the canary’s most recent run ended.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-synthetics/types.rb', line 681 class CanaryTimeline < Struct.new( :created, :last_modified, :last_started, :last_stopped) SENSITIVE = [] include Aws::Structure end |