Class: Aws::RoboMaker::Types::DeregisterRobotResponse

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.

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1872

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

#robotString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1872

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