Class: Aws::Types::CanaryTimeline
- Inherits:
-
Object
- Object
- Aws::Types::CanaryTimeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#last_started ⇒ ::Time
Returns the value of attribute last_started.
-
#last_stopped ⇒ ::Time
Returns the value of attribute last_stopped.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
184 185 186 |
# File 'sig/types.rbs', line 184 def created @created end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
185 186 187 |
# File 'sig/types.rbs', line 185 def last_modified @last_modified end |
#last_started ⇒ ::Time
Returns the value of attribute last_started.
186 187 188 |
# File 'sig/types.rbs', line 186 def last_started @last_started end |
#last_stopped ⇒ ::Time
Returns the value of attribute last_stopped.
187 188 189 |
# File 'sig/types.rbs', line 187 def last_stopped @last_stopped end |