Class: Aws::EMRServerless::Types::JobRunSummary

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

Overview

The summary of attributes associated with a job run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application the job is running on.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the job run was created.

Returns:

  • (Time)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The execution role ARN of the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The optional job run name. This doesn't have to be unique.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release associated with the application your job is running on.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#state_detailsString

The state details of the job run.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of job run, such as Spark or Hive.

Returns:

  • (String)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the job run was last updated.

Returns:

  • (Time)


904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 904

class JobRunSummary < Struct.new(
  :application_id,
  :id,
  :name,
  :arn,
  :created_by,
  :created_at,
  :updated_at,
  :execution_role,
  :state,
  :state_details,
  :release_label,
  :type)
  SENSITIVE = []
  include Aws::Structure
end