Class: Aws::Braket::Types::ContainerImage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

The container image used to create an Amazon Braket job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The URI locating the container image.

Returns:

  • (String)


154
155
156
157
158
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 154

class ContainerImage < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end