Class: Aws::RoboMaker::Types::Environment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/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

Instance Attribute Details

#uriString

The Docker image URI for either your robot or simulation applications.

Returns:

  • (String)


2948
2949
2950
2951
2952
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2948

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