Class: Aws::RoboMaker::Types::CreateSimulationApplicationVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the simulation application.

Returns:

  • (String)


871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#environmentTypes::Environment

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

Returns:



871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#last_updated_atTime

The time, in milliseconds since the epoch, when the simulation application was last updated.

Returns:

  • (Time)


871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#nameString

The name of the simulation application.

Returns:

  • (String)


871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#rendering_engineTypes::RenderingEngine

The rendering engine for the simulation application.



871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#revision_idString

The revision ID of the simulation application.

Returns:

  • (String)


871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#robot_software_suiteTypes::RobotSoftwareSuite

Information about the robot software suite (ROS distribution).



871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#simulation_software_suiteTypes::SimulationSoftwareSuite

The simulation software suite used by the simulation application.



871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#sourcesArray<Types::Source>

The sources of the simulation application.

Returns:



871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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

#versionString

The version of the simulation application.

Returns:

  • (String)


871
872
873
874
875
876
877
878
879
880
881
882
883
884
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 871

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