Class: Aws::SageMaker::Types::UpdateDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateDevicesRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
47646 47647 47648 47649 47650 47651 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47646 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.
47646 47647 47648 47649 47650 47651 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47646 class UpdateDevicesRequest < Struct.new( :device_fleet_name, :devices) SENSITIVE = [] include Aws::Structure end |