Class: Aws::RoboMaker::Types::Robot
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::Robot
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Information about a robot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #architecture  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The 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.
 - 
  
    
      #fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the fleet.
 - 
  
    
      #green_grass_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Greengrass group associated with the robot.
 - 
  
    
      #last_deployment_job  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the last deployment job.
 - 
  
    
      #last_deployment_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the last deployment.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the robot.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the robot.
 
Instance Attribute Details
#architecture ⇒ String
The architecture of the robot.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#green_grass_group_id ⇒ String
The Greengrass group associated with the robot.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_job ⇒ String
The Amazon Resource Name (ARN) of the last deployment job.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_time ⇒ Time
The time of the last deployment.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the robot.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the robot.
      4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4197 class Robot < Struct.new( :arn, :name, :fleet_arn, :status, :green_grass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  |