Class: Aws::RoboMaker::Types::SimulationApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SimulationApplicationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Summary information for a simulation application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the 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.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about a robot software suite.
-
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
Information about a simulation software suite.
-
#version ⇒ String
The version of the simulation application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation application.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation application was last updated.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the simulation application.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about a robot software suite.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
Information about a simulation software suite.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the simulation application.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4509 class SimulationApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite, :simulation_software_suite) SENSITIVE = [] include Aws::Structure end |