Class: Aws::Types::RunDetailSummary
- Inherits:
-
Object
- Object
- Aws::Types::RunDetailSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_on ⇒ ::Time
Returns the value of attribute created_on.
250 251 252 |
# File 'sig/types.rbs', line 250 def created_on @created_on end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
252 253 254 |
# File 'sig/types.rbs', line 252 def ended_at @ended_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
251 252 253 |
# File 'sig/types.rbs', line 251 def started_at @started_at end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
249 250 251 |
# File 'sig/types.rbs', line 249 def status @status end |