Class: Aws::RoboMaker::Types::DeleteRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeleteRobotRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
Instance Attribute Details
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot.
1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1653 class DeleteRobotRequest < Struct.new( :robot) SENSITIVE = [] include Aws::Structure end |