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