Class: Aws::SageMaker::Types::Device
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::Device
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Information of a particular device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the device.
 - 
  
    
      #device_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the device.
 - 
  
    
      #iot_thing_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Web Services Internet of Things (IoT) object name.
 
Instance Attribute Details
#description ⇒ String
Description of the device.
      21390 21391 21392 21393 21394 21395 21396  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21390 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end  | 
  
#device_name ⇒ String
The name of the device.
      21390 21391 21392 21393 21394 21395 21396  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21390 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end  | 
  
#iot_thing_name ⇒ String
Amazon Web Services Internet of Things (IoT) object name.
      21390 21391 21392 21393 21394 21395 21396  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21390 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end  |