Class: Aws::Braket::Types::ContainerImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ContainerImage
- Includes:
- Structure
- Defined in:
- 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
-
#uri ⇒ String
The URI locating the container image.
Instance Attribute Details
#uri ⇒ String
The URI locating the container image.
154 155 156 157 158 |
# File 'lib/aws-sdk-braket/types.rb', line 154 class ContainerImage < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |