Class: Aws::Types::CreateQuantumTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuantumTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_parameters ⇒ ::String
Returns the value of attribute device_parameters.
-
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Returns the value of attribute experimental_capabilities.
-
#job_token ⇒ ::String
Returns the value of attribute job_token.
-
#output_s3_bucket ⇒ ::String
Returns the value of attribute output_s3_bucket.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#shots ⇒ ::Integer
Returns the value of attribute shots.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
97 98 99 |
# File 'sig/types.rbs', line 97 def action @action end |
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
100 101 102 |
# File 'sig/types.rbs', line 100 def associations @associations end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
91 92 93 |
# File 'sig/types.rbs', line 91 def client_token @client_token end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def device_arn @device_arn end |
#device_parameters ⇒ ::String
Returns the value of attribute device_parameters.
93 94 95 |
# File 'sig/types.rbs', line 93 def device_parameters @device_parameters end |
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Returns the value of attribute experimental_capabilities.
101 102 103 |
# File 'sig/types.rbs', line 101 def experimental_capabilities @experimental_capabilities end |
#job_token ⇒ ::String
Returns the value of attribute job_token.
99 100 101 |
# File 'sig/types.rbs', line 99 def job_token @job_token end |
#output_s3_bucket ⇒ ::String
Returns the value of attribute output_s3_bucket.
95 96 97 |
# File 'sig/types.rbs', line 95 def output_s3_bucket @output_s3_bucket end |
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
96 97 98 |
# File 'sig/types.rbs', line 96 def output_s3_key_prefix @output_s3_key_prefix end |
#shots ⇒ ::Integer
Returns the value of attribute shots.
94 95 96 |
# File 'sig/types.rbs', line 94 def shots @shots end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def @tags end |