Class: Aws::SageMaker::Types::DeviceFleetSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeviceFleetSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Summary of the device fleet.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the device fleet was created.
 - 
  
    
      #device_fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the device fleet.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the device fleet.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the device fleet was last updated.
 
Instance Attribute Details
#creation_time ⇒ Time
Timestamp of when the device fleet was created.
      19674 19675 19676 19677 19678 19679 19680 19681  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19674 class DeviceFleetSummary < Struct.new( :device_fleet_arn, :device_fleet_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_arn ⇒ String
Amazon Resource Name (ARN) of the device fleet.
      19674 19675 19676 19677 19678 19679 19680 19681  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19674 class DeviceFleetSummary < Struct.new( :device_fleet_arn, :device_fleet_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
Name of the device fleet.
      19674 19675 19676 19677 19678 19679 19680 19681  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19674 class DeviceFleetSummary < Struct.new( :device_fleet_arn, :device_fleet_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
Timestamp of when the device fleet was last updated.
      19674 19675 19676 19677 19678 19679 19680 19681  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19674 class DeviceFleetSummary < Struct.new( :device_fleet_arn, :device_fleet_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |