Class: Aws::RoboMaker::Types::RegisterRobotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleetString

The Amazon Resource Name (ARN) of the fleet that the robot will join.

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4088

class RegisterRobotResponse < Struct.new(
  :fleet,
  :robot)
  SENSITIVE = []
  include Aws::Structure
end

#robotString

Information about the robot registration.

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4088

class RegisterRobotResponse < Struct.new(
  :fleet,
  :robot)
  SENSITIVE = []
  include Aws::Structure
end