Class: Aws::RoboMaker::Types::DescribeRobotResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeRobotResponse
 
 
- 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 application.
 - 
  
    
      #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.
 - 
  
    
      #greengrass_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Greengrass group id.
 - 
  
    
      #last_deployment_job  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the last deployment job.
 - 
  
    
      #last_deployment_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the last deployment job.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the robot.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the fleet.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of all tags added to the specified robot.
 
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot application.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#greengrass_group_id ⇒ String
The Greengrass group id.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_job ⇒ String
The Amazon Resource Name (ARN) of the last deployment job.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_time ⇒ Time
The time of the last deployment job.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the robot.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the fleet.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The list of all tags added to the specified robot.
      2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2142 class DescribeRobotResponse < Struct.new( :arn, :name, :fleet_arn, :status, :greengrass_group_id, :created_at, :architecture, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  |