Class: Aws::SageMaker::Types::DescribeDeviceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeDeviceRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet the devices belong to.
 - 
  
    
      #device_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the device.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Next token of device description.
 
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet the devices belong to.
      14288 14289 14290 14291 14292 14293 14294  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14288 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end  | 
  
#device_name ⇒ String
The unique ID of the device.
      14288 14289 14290 14291 14292 14293 14294  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14288 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Next token of device description.
      14288 14289 14290 14291 14292 14293 14294  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14288 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end  |