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)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 648

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)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 648

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)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 648

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)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 648

class CanaryTimeline < Struct.new(
  :created,
  :last_modified,
  :last_started,
  :last_stopped)
  SENSITIVE = []
  include Aws::Structure
end