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)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def name
  @name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


2515
2516
2517
# File 'sig/types.rbs', line 2515

def status
  @status
end