Class: Aws::Types::JobSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def created_at
  @created_at
end

#device ⇒ ::String

Returns the value of attribute device.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def device
  @device
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


309
310
311
# File 'sig/types.rbs', line 309

def started_at
  @started_at
end

#status ⇒ "QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "RUNNING", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED")


304
305
306
# File 'sig/types.rbs', line 304

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


311
312
313
# File 'sig/types.rbs', line 311

def tags
  @tags
end