Class: Aws::RoboMaker::Types::RegisterRobotResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::RegisterRobotResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the fleet that the robot will join.
 - 
  
    
      #robot  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the robot registration.
 
Instance Attribute Details
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet that the robot will join.
      4088 4089 4090 4091 4092 4093  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4088 class RegisterRobotResponse < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end  | 
  
#robot ⇒ String
Information about the robot registration.
      4088 4089 4090 4091 4092 4093  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4088 class RegisterRobotResponse < Struct.new( :fleet, :robot) SENSITIVE = [] include Aws::Structure end  |