Class: Aws::EMR::Types::StepExecutionStatusDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The execution state of a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the step.

Returns:

  • (Time)


6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-emr/types.rb', line 6406

class StepExecutionStatusDetail < Struct.new(
  :state,
  :creation_date_time,
  :start_date_time,
  :end_date_time,
  :last_state_change_reason)
  SENSITIVE = []
  include Aws::Structure
end

#end_date_timeTime

The completion date and time of the step.

Returns:

  • (Time)


6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-emr/types.rb', line 6406

class StepExecutionStatusDetail < Struct.new(
  :state,
  :creation_date_time,
  :start_date_time,
  :end_date_time,
  :last_state_change_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_state_change_reasonString

A description of the step’s current state.

Returns:

  • (String)


6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-emr/types.rb', line 6406

class StepExecutionStatusDetail < Struct.new(
  :state,
  :creation_date_time,
  :start_date_time,
  :end_date_time,
  :last_state_change_reason)
  SENSITIVE = []
  include Aws::Structure
end

#start_date_timeTime

The start date and time of the step.

Returns:

  • (Time)


6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-emr/types.rb', line 6406

class StepExecutionStatusDetail < Struct.new(
  :state,
  :creation_date_time,
  :start_date_time,
  :end_date_time,
  :last_state_change_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the step.

Returns:

  • (String)


6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-emr/types.rb', line 6406

class StepExecutionStatusDetail < Struct.new(
  :state,
  :creation_date_time,
  :start_date_time,
  :end_date_time,
  :last_state_change_reason)
  SENSITIVE = []
  include Aws::Structure
end