Class: Aws::RoboMaker::Types::DescribeRobotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeRobotRequest
- 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 to be described.
Instance Attribute Details
#robot ⇒ String
The Amazon Resource Name (ARN) of the robot to be described.
2088 2089 2090 2091 2092 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2088 class DescribeRobotRequest < Struct.new( :robot) SENSITIVE = [] include Aws::Structure end |