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 hybrid job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The URI locating the container image.

Returns:

  • (String)


181
182
183
184
185
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 181

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