Class: Aws::Batch::Types::ServiceJobAttemptDetail

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

Overview

Detailed information about an attempt to run a service job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_resource_idTypes::ServiceResourceId

The service resource identifier associated with the service job attempt.



8413
8414
8415
8416
8417
8418
8419
8420
# File 'lib/aws-sdk-batch/types.rb', line 8413

class ServiceJobAttemptDetail < Struct.new(
  :service_resource_id,
  :started_at,
  :stopped_at,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#started_atInteger

The Unix timestamp (in milliseconds) for when the service job attempt was started.

Returns:

  • (Integer)


8413
8414
8415
8416
8417
8418
8419
8420
# File 'lib/aws-sdk-batch/types.rb', line 8413

class ServiceJobAttemptDetail < Struct.new(
  :service_resource_id,
  :started_at,
  :stopped_at,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

A string that provides additional details for the current status of the service job attempt.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
8420
# File 'lib/aws-sdk-batch/types.rb', line 8413

class ServiceJobAttemptDetail < Struct.new(
  :service_resource_id,
  :started_at,
  :stopped_at,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_atInteger

The Unix timestamp (in milliseconds) for when the service job attempt stopped running.

Returns:

  • (Integer)


8413
8414
8415
8416
8417
8418
8419
8420
# File 'lib/aws-sdk-batch/types.rb', line 8413

class ServiceJobAttemptDetail < Struct.new(
  :service_resource_id,
  :started_at,
  :stopped_at,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end