Class: Aws::Deadline::Types::UpdatedSessionActionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdatedSessionActionInfo
- Defined in:
- gems/aws-sdk-deadline/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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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.
10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10068 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 |