Class: Aws::RoboMaker::Types::SimulationApplicationSummary

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

Overview

Summary information for a simulation application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

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

Returns:

  • (Time)


4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the simulation application.

Returns:

  • (String)


4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end

#robot_software_suiteTypes::RobotSoftwareSuite

Information about a robot software suite (ROS distribution).



4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end

#simulation_software_suiteTypes::SimulationSoftwareSuite

Information about a simulation software suite.



4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the simulation application.

Returns:

  • (String)


4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4510

class SimulationApplicationSummary < Struct.new(
  :name,
  :arn,
  :version,
  :last_updated_at,
  :robot_software_suite,
  :simulation_software_suite)
  SENSITIVE = []
  include Aws::Structure
end