Class: Aws::Types::QuantumTaskSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.



347
348
349
# File 'sig/types.rbs', line 347

def created_at
  @created_at
end

#device_arn ⇒ ::String

Returns the value of attribute device_arn.



343
344
345
# File 'sig/types.rbs', line 343

def device_arn
  @device_arn
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.



348
349
350
# File 'sig/types.rbs', line 348

def ended_at
  @ended_at
end

#output_s3_bucket ⇒ ::String

Returns the value of attribute output_s3_bucket.



345
346
347
# File 'sig/types.rbs', line 345

def output_s3_bucket
  @output_s3_bucket
end

#output_s3_directory ⇒ ::String

Returns the value of attribute output_s3_directory.



346
347
348
# File 'sig/types.rbs', line 346

def output_s3_directory
  @output_s3_directory
end

#quantum_task_arn ⇒ ::String

Returns the value of attribute quantum_task_arn.



341
342
343
# File 'sig/types.rbs', line 341

def quantum_task_arn
  @quantum_task_arn
end

#shots ⇒ ::Integer

Returns the value of attribute shots.



344
345
346
# File 'sig/types.rbs', line 344

def shots
  @shots
end

#status ⇒ "CREATED", ...

Returns the value of attribute status.



342
343
344
# File 'sig/types.rbs', line 342

def status
  @status
end

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

Returns the value of attribute tags.



349
350
351
# File 'sig/types.rbs', line 349

def tags
  @tags
end