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.
11312 11313 11314 11315 11316 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11312 class DeleteDeviceFleetRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |