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.
12162 12163 12164 12165 12166 12167 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12162 class DeregisterDevicesRequest < Struct.new( :device_fleet_name, :device_names) SENSITIVE = [] include Aws::Structure end |
#device_names ⇒ Array<String>
The unique IDs of the devices.
12162 12163 12164 12165 12166 12167 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12162 class DeregisterDevicesRequest < Struct.new( :device_fleet_name, :device_names) SENSITIVE = [] include Aws::Structure end |