Class: Aws::Types::GetQuantumTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def associations
  @associations
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


238
239
240
# File 'sig/types.rbs', line 238

def shots
  @shots
end

#status ⇒ "CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "QUEUED", "RUNNING", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED")


234
235
236
# File 'sig/types.rbs', line 234

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


243
244
245
# File 'sig/types.rbs', line 243

def tags
  @tags
end