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

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def name
  @name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "CANCELLED", "RUNNING", "COMPLETED", "FAILED", "COMPLETED_WITH_FAILURES")


2525
2526
2527
# File 'sig/types.rbs', line 2525

def status
  @status
end