Class: Aws::EMR::Types::JobFlowExecutionStatusDetail

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

Overview

Describes the status of the cluster (job flow).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the job flow.

Returns:

  • (Time)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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

#end_date_timeTime

The completion date and time of the job flow.

Returns:

  • (Time)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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

#last_state_change_reasonString

Description of the job flow last changed state.

Returns:

  • (String)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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

#ready_date_timeTime

The date and time when the job flow was ready to start running bootstrap actions.

Returns:

  • (Time)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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

#start_date_timeTime

The start date and time of the job flow.

Returns:

  • (Time)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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

#stateString

The state of the job flow.

Returns:

  • (String)


3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3515

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