Class: Aws::RoboMaker::Types::CreateRobotResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateRobotResponse
 
 
- 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.
 - 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the robot.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the robot was created.
 - 
  
    
      #greengrass_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the robot.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of all tags added to the robot.
 
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#greengrass_group_id ⇒ String
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the robot.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The list of all tags added to the robot.
      676 677 678 679 680 681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 676 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end  |