Class: Aws::SageMaker::Types::UpdateDevicesRequest

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)


43133
43134
43135
43136
43137
43138
# File 'lib/aws-sdk-sagemaker/types.rb', line 43133

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

#devicesArray<Types::Device>

List of devices to register with Edge Manager agent.

Returns:



43133
43134
43135
43136
43137
43138
# File 'lib/aws-sdk-sagemaker/types.rb', line 43133

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