Class: Aws::Deadline::Types::ListSessionActionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID for the session actions list.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID for the session actions list.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

Returns:

  • (Integer)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null to start from the beginning.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID for the session actions list.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID to include on the sessions action list.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The task ID for the session actions list.

Returns:

  • (String)


5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5472

class ListSessionActionsRequest < Struct.new(
  :farm_id,
  :job_id,
  :max_results,
  :next_token,
  :queue_id,
  :session_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end