Class: Aws::RoboMaker::Types::DeregisterRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeregisterRobotRequest
- 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.
1851 1852 1853 1854 1855 1856 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1851 class DeregisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
1851 1852 1853 1854 1855 1856 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1851 class DeregisterRobotRequest < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |