Class: Aws::Deadline::Types::UpdatedSessionActionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdatedSessionActionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The updated session action information as it relates to completion and progress of the session.
Constant Summary collapse
- SENSITIVE =
[:progress_message]
Instance Attribute Summary collapse
-
#completed_status ⇒ String
The status of the session upon completion.
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#process_exit_code ⇒ Integer
The process exit code.
-
#progress_message ⇒ String
A message to indicate the progress of the updated session action.
-
#progress_percent ⇒ Float
The percentage completed.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#updated_at ⇒ Time
The updated time.
Instance Attribute Details
#completed_status ⇒ String
The status of the session upon completion.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#ended_at ⇒ Time
The date and time the resource ended running.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#process_exit_code ⇒ Integer
The process exit code.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_message ⇒ String
A message to indicate the progress of the updated session action.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_percent ⇒ Float
The percentage completed.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |
#updated_at ⇒ Time
The updated time.
9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-deadline/types.rb', line 9309 class UpdatedSessionActionInfo < Struct.new( :completed_status, :process_exit_code, :progress_message, :started_at, :ended_at, :updated_at, :progress_percent) SENSITIVE = [:progress_message] include Aws::Structure end |