Class: Aws::Synthetics::Types::CanaryTimeline

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#createdTime

The date and time the canary was created.

Returns:

  • (Time)


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_modifiedTime

The date and time the canary was most recently modified.

Returns:

  • (Time)


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_startedTime

The date and time that the canary's most recent run started.

Returns:

  • (Time)


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_stoppedTime

The date and time that the canary's most recent run ended.

Returns:

  • (Time)


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