Class: Aws::Types::GetQuantumTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQuantumTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_metadata ⇒ Types::ActionMetadata
Returns the value of attribute action_metadata.
-
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_parameters ⇒ ::String
Returns the value of attribute device_parameters.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Returns the value of attribute experimental_capabilities.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#num_successful_shots ⇒ ::Integer
Returns the value of attribute num_successful_shots.
-
#output_s3_bucket ⇒ ::String
Returns the value of attribute output_s3_bucket.
-
#output_s3_directory ⇒ ::String
Returns the value of attribute output_s3_directory.
-
#quantum_task_arn ⇒ ::String
Returns the value of attribute quantum_task_arn.
-
#queue_info ⇒ Types::QuantumTaskQueueInfo
Returns the value of attribute queue_info.
-
#shots ⇒ ::Integer
Returns the value of attribute shots.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#action_metadata ⇒ Types::ActionMetadata
Returns the value of attribute action_metadata.
248 249 250 |
# File 'sig/types.rbs', line 248 def @action_metadata end |
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
246 247 248 |
# File 'sig/types.rbs', line 246 def associations @associations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
241 242 243 |
# File 'sig/types.rbs', line 241 def created_at @created_at end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
236 237 238 |
# File 'sig/types.rbs', line 236 def device_arn @device_arn end |
#device_parameters ⇒ ::String
Returns the value of attribute device_parameters.
237 238 239 |
# File 'sig/types.rbs', line 237 def device_parameters @device_parameters end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
242 243 244 |
# File 'sig/types.rbs', line 242 def ended_at @ended_at end |
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Returns the value of attribute experimental_capabilities.
249 250 251 |
# File 'sig/types.rbs', line 249 def experimental_capabilities @experimental_capabilities end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
235 236 237 |
# File 'sig/types.rbs', line 235 def failure_reason @failure_reason end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
244 245 246 |
# File 'sig/types.rbs', line 244 def job_arn @job_arn end |
#num_successful_shots ⇒ ::Integer
Returns the value of attribute num_successful_shots.
247 248 249 |
# File 'sig/types.rbs', line 247 def num_successful_shots @num_successful_shots end |
#output_s3_bucket ⇒ ::String
Returns the value of attribute output_s3_bucket.
239 240 241 |
# File 'sig/types.rbs', line 239 def output_s3_bucket @output_s3_bucket end |
#output_s3_directory ⇒ ::String
Returns the value of attribute output_s3_directory.
240 241 242 |
# File 'sig/types.rbs', line 240 def output_s3_directory @output_s3_directory end |
#quantum_task_arn ⇒ ::String
Returns the value of attribute quantum_task_arn.
233 234 235 |
# File 'sig/types.rbs', line 233 def quantum_task_arn @quantum_task_arn end |
#queue_info ⇒ Types::QuantumTaskQueueInfo
Returns the value of attribute queue_info.
245 246 247 |
# File 'sig/types.rbs', line 245 def queue_info @queue_info end |
#shots ⇒ ::Integer
Returns the value of attribute shots.
238 239 240 |
# File 'sig/types.rbs', line 238 def shots @shots end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
234 235 236 |
# File 'sig/types.rbs', line 234 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
243 244 245 |
# File 'sig/types.rbs', line 243 def @tags end |