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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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.



8264
8265
8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8264

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)


8264
8265
8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8264

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)


8264
8265
8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8264

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)


8264
8265
8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8264

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