Class: Aws::SageMaker::Types::DeregisterDevicesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeregisterDevicesRequest
 
 
- 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_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique IDs of the devices.
 
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet the devices belong to.
      12201 12202 12203 12204 12205 12206  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12201 class DeregisterDevicesRequest < Struct.new( :device_fleet_name, :device_names) SENSITIVE = [] include Aws::Structure end  | 
  
#device_names ⇒ Array<String>
The unique IDs of the devices.
      12201 12202 12203 12204 12205 12206  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12201 class DeregisterDevicesRequest < Struct.new( :device_fleet_name, :device_names) SENSITIVE = [] include Aws::Structure end  |