Class: Aws::SageMaker::Types::DeleteDeviceFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteDeviceFleetRequest
- 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 to delete.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet to delete.
11351 11352 11353 11354 11355 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11351 class DeleteDeviceFleetRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |