Class: Aws::SageMaker::Types::UpdateDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateDevicesRequest
- 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.
-
#devices ⇒ Array<Types::Device>
List of devices to register with Edge Manager agent.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet the devices belong to.
45364 45365 45366 45367 45368 45369 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45364 class UpdateDevicesRequest < Struct.new( :device_fleet_name, :devices) SENSITIVE = [] include Aws::Structure end |
#devices ⇒ Array<Types::Device>
List of devices to register with Edge Manager agent.
45364 45365 45366 45367 45368 45369 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45364 class UpdateDevicesRequest < Struct.new( :device_fleet_name, :devices) SENSITIVE = [] include Aws::Structure end |