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.
45151 45152 45153 45154 45155 45156 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45151 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.
45151 45152 45153 45154 45155 45156 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45151 class UpdateDevicesRequest < Struct.new( :device_fleet_name, :devices) SENSITIVE = [] include Aws::Structure end |