Class: Aws::RoboMaker::Types::CreateRobotRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateRobotRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #architecture  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target architecture of the robot.
 - 
  
    
      #greengrass_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Greengrass group id.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the robot.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the robot.
 
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot.
      639 640 641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 639 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#greengrass_group_id ⇒ String
The Greengrass group id.
      639 640 641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 639 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name for the robot.
      639 640 641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 639 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot.
      639 640 641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 639 class CreateRobotRequest < Struct.new( :name, :architecture, :greengrass_group_id, :tags) SENSITIVE = [] include Aws::Structure end  |