Class: Aws::Deadline::Types::UpdateSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID to update in the session.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID to update in the session.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID to update in the session.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID to update.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_lifecycle_statusString

The life cycle status to update in the session.

Returns:

  • (String)


8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/aws-sdk-deadline/types.rb', line 8948

class UpdateSessionRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :job_id,
  :session_id,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end