Class: Aws::RoboMaker::Types::RobotApplicationSummary

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

Overview

Summary information for a robot application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4290

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

#last_updated_atTime

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

Returns:

  • (Time)


4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4290

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

#nameString

The name of the robot application.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4290

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

#robot_software_suiteTypes::RobotSoftwareSuite

Information about a robot software suite (ROS distribution).



4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4290

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

#versionString

The version of the robot application.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4290

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