Class: Aws::RoboMaker::Types::DeregisterRobotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeregisterRobotResponse
- 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.
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 |
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
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 |