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