Class: Aws::RoboMaker::Types::DescribeSimulationApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeSimulationApplicationResponse
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot simulation application.
-
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create the simulation application.
-
#image_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your simulation application.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation application was last updated.
-
#name ⇒ String
The name of the simulation application.
-
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
-
#revision_id ⇒ String
The revision id of the simulation application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about the robot software suite.
-
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
-
#sources ⇒ Array<Types::Source>
The sources of the simulation application.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the specified simulation application.
-
#version ⇒ String
The version of the simulation application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |
#environment ⇒ Types::Environment
The object that contains the Docker image URI used to create the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation application was last updated.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |
#name ⇒ String
The name of the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_id ⇒ String
The revision id of the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_suite ⇒ Types::RobotSoftwareSuite
Information about the robot software suite.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |
#sources ⇒ Array<Types::Source>
The sources of the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |
#tags ⇒ Hash<String,String>
The list of all tags added to the specified simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |
#version ⇒ String
The version of the simulation application.
2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2222 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 |