Class: Aws::RoboMaker::Types::Environment
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::Environment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
The object that contains the Docker image URI for either your robot or simulation applications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The Docker image URI for either your robot or simulation applications.
Instance Attribute Details
#uri ⇒ String
The Docker image URI for either your robot or simulation applications.
2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2943 class Environment < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |