Class: Aws::Deadline::Types::SessionActionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#definitionTypes::SessionActionDefinitionSummary

The session action definition.



7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

class SessionActionSummary < Struct.new(
  :session_action_id,
  :status,
  :started_at,
  :ended_at,
  :worker_updated_at,
  :progress_percent,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

class SessionActionSummary < Struct.new(
  :session_action_id,
  :status,
  :started_at,
  :ended_at,
  :worker_updated_at,
  :progress_percent,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#progress_percentFloat

The completion percentage for the session action.

Returns:

  • (Float)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

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_idString

The session action ID.

Returns:

  • (String)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

class SessionActionSummary < Struct.new(
  :session_action_id,
  :status,
  :started_at,
  :ended_at,
  :worker_updated_at,
  :progress_percent,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

class SessionActionSummary < Struct.new(
  :session_action_id,
  :status,
  :started_at,
  :ended_at,
  :worker_updated_at,
  :progress_percent,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the session action.

Returns:

  • (String)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

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_atTime

The Linux timestamp of the last date and time that the session action was updated.

Returns:

  • (Time)


7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
# File 'lib/aws-sdk-deadline/types.rb', line 7428

class SessionActionSummary < Struct.new(
  :session_action_id,
  :status,
  :started_at,
  :ended_at,
  :worker_updated_at,
  :progress_percent,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end