Class: Aws::RoboMaker::Types::DescribeSimulationApplicationResponse

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 robot simulation application.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#environmentTypes::Environment

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

Returns:



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#image_digestString

A SHA256 identifier for the Docker image that you use for your simulation application.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#last_updated_atTime

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

Returns:

  • (Time)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#nameString

The name of the simulation application.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#rendering_engineTypes::RenderingEngine

The rendering engine for the simulation application.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#revision_idString

The revision id of the simulation application.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#robot_software_suiteTypes::RobotSoftwareSuite

Information about the robot software suite (ROS distribution).



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#simulation_software_suiteTypes::SimulationSoftwareSuite

The simulation software suite used by the simulation application.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#sourcesArray<Types::Source>

The sources of the simulation application.

Returns:



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#tagsHash<String,String>

The list of all tags added to the specified simulation application.

Returns:

  • (Hash<String,String>)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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

#versionString

The version of the simulation application.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2227

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