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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10528
10529
10530
10531
10532
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10528

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