Class: Aws::SageMaker::Types::ListDeviceFleetsResponse

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_summariesArray<Types::DeviceFleetSummary>

Summary of the device fleet.

Returns:



25762
25763
25764
25765
25766
25767
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25762

class ListDeviceFleetsResponse < Struct.new(
  :device_fleet_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The response from the last list when returning a list large enough to need tokening.

Returns:

  • (String)


25762
25763
25764
25765
25766
25767
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25762

class ListDeviceFleetsResponse < Struct.new(
  :device_fleet_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end