Class: Aws::SageMaker::Types::DeleteDeviceFleetRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

The name of the fleet to delete.

Returns:

  • (String)


9751
9752
9753
9754
9755
# File 'lib/aws-sdk-sagemaker/types.rb', line 9751

class DeleteDeviceFleetRequest < Struct.new(
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end