Class: Aws::RoboMaker::Types::RobotApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotApplicationSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the robot application was last updated.
-
#name ⇒ String
The name of the robot application.
-
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about a robot software suite.
-
#version ⇒ String
The version of the robot application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4285 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the robot application was last updated.
4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4285 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the robot application.
4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4285 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end |
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about a robot software suite.
4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4285 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the robot application.
4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4285 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end |