Class: Aws::RoboMaker::Types::RegisterRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RegisterRobotRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
Instance Attribute Details
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
4065 4066 4067 4068 4069 4070 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4065 class RegisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
4065 4066 4067 4068 4069 4070 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4065 class RegisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |