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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


11347
11348
11349
11350
11351
11352
# File 'lib/aws-sdk-sagemaker/types.rb', line 11347

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>)


11347
11348
11349
11350
11351
11352
# File 'lib/aws-sdk-sagemaker/types.rb', line 11347

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