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

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.

Returns:

  • (String)


19813
19814
19815
19816
19817
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19813

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