Class: Aws::Deadline::Types::GetSessionActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:progress_message]
Instance Attribute Summary collapse
-
#definition ⇒ Types::SessionActionDefinition
The session action definition.
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#process_exit_code ⇒ Integer
The exit code to exit the session.
-
#progress_message ⇒ String
The message that communicates the progress of the session action.
-
#progress_percent ⇒ Float
The percentage completed for a session action.
-
#session_action_id ⇒ String
The session action ID.
-
#session_id ⇒ String
The session ID for the session action.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#status ⇒ String
The status of the session action.
-
#worker_updated_at ⇒ Time
The Linux timestamp of the date and time the session action was last updated.
Instance Attribute Details
#definition ⇒ Types::SessionActionDefinition
The session action definition.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#ended_at ⇒ Time
The date and time the resource ended running.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#process_exit_code ⇒ Integer
The exit code to exit the session.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_message ⇒ String
The message that communicates the progress of the session action.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_percent ⇒ Float
The percentage completed for a session action.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#session_action_id ⇒ String
The session action ID.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#session_id ⇒ String
The session ID for the session action.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#status ⇒ String
The status of the session action.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#worker_updated_at ⇒ Time
The Linux timestamp of the date and time the session action was last updated.
3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-deadline/types.rb', line 3550 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :session_id, :process_exit_code, :progress_message, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |