Class: Aws::Batch::Types::ServiceJobAttemptDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ServiceJobAttemptDetail
- 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
-
#service_resource_id ⇒ Types::ServiceResourceId
The service resource identifier associated with the service job attempt.
-
#started_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the service job attempt was started.
-
#status_reason ⇒ String
A string that provides additional details for the current status of the service job attempt.
-
#stopped_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
Instance Attribute Details
#service_resource_id ⇒ Types::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_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the service job attempt was started.
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_reason ⇒ String
A string that provides additional details for the current status of 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 |
#stopped_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
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 |