Class: Aws::RoboMaker::Types::DeleteRobotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#robotString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


1649
1650
1651
1652
1653
# File 'lib/aws-sdk-robomaker/types.rb', line 1649

class DeleteRobotRequest < Struct.new(
  :robot)
  SENSITIVE = []
  include Aws::Structure
end