Class: Aws::RoboMaker::Types::DescribeFleetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeFleetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
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 deployment.
 - 
  
    
      #last_deployment_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the last deployment.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 - 
  
    
      #robots  ⇒ Array<Types::Robot> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of robots.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of all tags added to the specified fleet.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :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.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_status ⇒ String
The status of the last deployment.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_deployment_time ⇒ Time
The time of the last deployment.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the fleet.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#robots ⇒ Array<Types::Robot>
A list of robots.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :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 fleet.
      1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1996 class DescribeFleetResponse < Struct.new( :name, :arn, :robots, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time, :tags) SENSITIVE = [] include Aws::Structure end  |