Class: Aws::Types::CreateQuantumTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def action
  @action
end

#associations ⇒ ::Array[Types::Association]

Returns the value of attribute associations.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def associations
  @associations
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


94
95
96
# File 'sig/types.rbs', line 94

def shots
  @shots
end

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

Returns the value of attribute tags.

Returns:

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


98
99
100
# File 'sig/types.rbs', line 98

def tags
  @tags
end