Class: Aws::SageMaker::Types::DeviceSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeviceSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Summary of the device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Edge Manager agent version.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the device.
 - 
  
    
      #device_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the device.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet the device belongs to.
 - 
  
    
      #device_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the device.
 - 
  
    
      #iot_thing_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
 - 
  
    
      #latest_heartbeat  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last heartbeat received from the device.
 - 
  
    
      #models  ⇒ Array<Types::EdgeModelSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Models on the device.
 - 
  
    
      #registration_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of the last registration or de-reregistration.
 
Instance Attribute Details
#agent_version ⇒ String
Edge Manager agent version.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the device.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#device_arn ⇒ String
Amazon Resource Name (ARN) of the device.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the fleet the device belongs to.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#device_name ⇒ String
The unique identifier of the device.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#iot_thing_name ⇒ String
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_heartbeat ⇒ Time
The last heartbeat received from the device.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#models ⇒ Array<Types::EdgeModelSummary>
Models on the device.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_time ⇒ Time
The timestamp of the last registration or de-reregistration.
      18719 18720 18721 18722 18723 18724 18725 18726 18727 18728 18729 18730 18731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18719 class DeviceSummary < Struct.new( :device_name, :device_arn, :description, :device_fleet_name, :iot_thing_name, :registration_time, :latest_heartbeat, :models, :agent_version) SENSITIVE = [] include Aws::Structure end  |