Class: Aws::RoboMaker::Types::DescribeRobotRequest

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 to be described.

Returns:

  • (String)


2093
2094
2095
2096
2097
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2093

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