Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#device ⇒ ::String
Returns the value of attribute device.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
308 309 310 |
# File 'sig/types.rbs', line 308 def created_at @created_at end |
#device ⇒ ::String
Returns the value of attribute device.
307 308 309 |
# File 'sig/types.rbs', line 307 def device @device end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
310 311 312 |
# File 'sig/types.rbs', line 310 def ended_at @ended_at end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def job_name @job_name end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
309 310 311 |
# File 'sig/types.rbs', line 309 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
304 305 306 |
# File 'sig/types.rbs', line 304 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
311 312 313 |
# File 'sig/types.rbs', line 311 def @tags end |