Class: Aws::RoboMaker::Types::DeleteRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeleteRobotRequest
- Includes:
- Structure
- Defined in:
- 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.
1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1649 class DeleteRobotRequest < Struct.new( :robot) SENSITIVE = [] include Aws::Structure end |