Method: Aws::RoboMaker::Types::DescribeRobotApplicationResponse#environment

Defined in:
lib/aws-sdk-robomaker/types.rb

#environmentTypes::Environment

The object that contains the Docker image URI used to create the robot application.

Returns:



2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-robomaker/types.rb', line 2067

class DescribeRobotApplicationResponse < Struct.new(
  :arn,
  :name,
  :version,
  :sources,
  :robot_software_suite,
  :revision_id,
  :last_updated_at,
  :tags,
  :environment,
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end