Class: Aws::Types::CanaryRunTimeline
- Inherits:
-
Object
- Object
- Aws::Types::CanaryRunTimeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed ⇒ ::Time
Returns the value of attribute completed.
-
#metric_timestamp_for_run_and_retries ⇒ ::Time
Returns the value of attribute metric_timestamp_for_run_and_retries.
-
#started ⇒ ::Time
Returns the value of attribute started.
Instance Attribute Details
#completed ⇒ ::Time
Returns the value of attribute completed.
157 158 159 |
# File 'sig/types.rbs', line 157 def completed @completed end |
#metric_timestamp_for_run_and_retries ⇒ ::Time
Returns the value of attribute metric_timestamp_for_run_and_retries.
158 159 160 |
# File 'sig/types.rbs', line 158 def @metric_timestamp_for_run_and_retries end |
#started ⇒ ::Time
Returns the value of attribute started.
156 157 158 |
# File 'sig/types.rbs', line 156 def started @started end |