Class: Aws::RoboMaker::Types::DeregisterRobotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeregisterRobotResponse
- 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.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1868 class DeregisterRobotResponse < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1868 class DeregisterRobotResponse < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end |