Class: Aws::RoboMaker::Types::CreateFleetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateFleetResponse
 
 
- 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.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of all tags added to the fleet.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
      440 441 442 443 444 445 446 447  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 440 class CreateFleetResponse < Struct.new( :arn, :name, :created_at, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
      440 441 442 443 444 445 446 447  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 440 class CreateFleetResponse < Struct.new( :arn, :name, :created_at, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the fleet.
      440 441 442 443 444 445 446 447  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 440 class CreateFleetResponse < Struct.new( :arn, :name, :created_at, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The list of all tags added to the fleet.
      440 441 442 443 444 445 446 447  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 440 class CreateFleetResponse < Struct.new( :arn, :name, :created_at, :tags) SENSITIVE = [] include Aws::Structure end  |