Class: Aws::RoboMaker::Types::RegisterRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RegisterRobotRequest
- Includes:
- Structure
- Defined in:
- 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.
4070 4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4070 class RegisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
4070 4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4070 class RegisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |