Class: Aws::SageMaker::Types::DeregisterDevicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

The name of the fleet the devices belong to.

Returns:

  • (String)


11308
11309
11310
11311
11312
11313
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11308

class DeregisterDevicesRequest < Struct.new(
  :device_fleet_name,
  :device_names)
  SENSITIVE = []
  include Aws::Structure
end

#device_namesArray<String>

The unique IDs of the devices.

Returns:

  • (Array<String>)


11308
11309
11310
11311
11312
11313
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11308

class DeregisterDevicesRequest < Struct.new(
  :device_fleet_name,
  :device_names)
  SENSITIVE = []
  include Aws::Structure
end