Class: Aws::SageMaker::Types::GetDeviceFleetReportRequest

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.

Returns:

  • (String)


18353
18354
18355
18356
18357
# File 'lib/aws-sdk-sagemaker/types.rb', line 18353

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