Class: Aws::Synthetics::Types::CanaryTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryTimeline
- Defined in:
- gems/aws-sdk-synthetics/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.
665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 665 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.
665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 665 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.
665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 665 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.
665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 665 class CanaryTimeline < Struct.new( :created, :last_modified, :last_started, :last_stopped) SENSITIVE = [] include Aws::Structure end |