Class: Aws::RoboMaker::Types::Fleet
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::Fleet
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Information about a fleet.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the fleet.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the fleet was created.
 - 
  
    
      #last_deployment_job  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the last deployment job.
 - 
  
    
      #last_deployment_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the last fleet deployment.
 - 
  
    
      #last_deployment_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the last deployment.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :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.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_status ⇒ String
The status of the last fleet deployment.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_time ⇒ Time
The time of the last deployment.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the fleet.
      3075 3076 3077 3078 3079 3080 3081 3082 3083 3084  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3075 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end  |