Class: Aws::Deadline::Types::UpdateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#farm_id ⇒ String
The farm ID to update in the session.
-
#job_id ⇒ String
The job ID to update in the session.
-
#queue_id ⇒ String
The queue ID to update in the session.
-
#session_id ⇒ String
The session ID to update.
-
#target_lifecycle_status ⇒ String
The life cycle status to update in the session.
Instance Attribute Details
#client_token ⇒ String
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.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to update in the session.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID to update in the session.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID to update in the session.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID to update.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#target_lifecycle_status ⇒ String
The life cycle status to update in the session.
9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/aws-sdk-deadline/types.rb', line 9009 class UpdateSessionRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :session_id, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |