Class: Aws::Deadline::Types::SessionActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SessionActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a session action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Types::SessionActionDefinitionSummary
The session action definition.
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#progress_percent ⇒ Float
The completion percentage for the session action.
-
#session_action_id ⇒ String
The session action ID.
-
#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 last date and time that the session action was updated.
Instance Attribute Details
#definition ⇒ Types::SessionActionDefinitionSummary
The session action definition.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The date and time the resource ended running.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#progress_percent ⇒ Float
The completion percentage for the session action.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#session_action_id ⇒ String
The session action ID.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the session action.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |
#worker_updated_at ⇒ Time
The Linux timestamp of the last date and time that the session action was updated.
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 |
# File 'lib/aws-sdk-deadline/types.rb', line 7489 class SessionActionSummary < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :definition) SENSITIVE = [] include Aws::Structure end |