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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/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)


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