Class: Aws::Braket::Types::HybridJobQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::HybridJobQueueInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Information about the queue for a specified job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Optional.
-
#position ⇒ String
Current position of the job in the jobs queue.
-
#queue ⇒ String
The name of the queue.
Instance Attribute Details
#message ⇒ String
Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.
769 770 771 772 773 774 775 |
# File 'lib/aws-sdk-braket/types.rb', line 769 class HybridJobQueueInfo < Struct.new( :message, :position, :queue) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
Current position of the job in the jobs queue.
769 770 771 772 773 774 775 |
# File 'lib/aws-sdk-braket/types.rb', line 769 class HybridJobQueueInfo < Struct.new( :message, :position, :queue) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ String
The name of the queue.
769 770 771 772 773 774 775 |
# File 'lib/aws-sdk-braket/types.rb', line 769 class HybridJobQueueInfo < Struct.new( :message, :position, :queue) SENSITIVE = [] include Aws::Structure end |