Class: Aws::Types::JobFlowExecutionStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def creation_date_time
  @creation_date_time
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


894
895
896
# File 'sig/types.rbs', line 894

def end_date_time
  @end_date_time
end

#last_state_change_reason::String

Returns the value of attribute last_state_change_reason.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def last_state_change_reason
  @last_state_change_reason
end

#ready_date_time::Time

Returns the value of attribute ready_date_time.

Returns:

  • (::Time)


893
894
895
# File 'sig/types.rbs', line 893

def ready_date_time
  @ready_date_time
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


892
893
894
# File 'sig/types.rbs', line 892

def start_date_time
  @start_date_time
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "BOOTSTRAPPING", "RUNNING", "WAITING", "SHUTTING_DOWN", "TERMINATED", "COMPLETED", "FAILED")


890
891
892
# File 'sig/types.rbs', line 890

def state
  @state
end