Class: Aws::SageMaker::Types::ListHubsResponse

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

#hub_summariesArray<Types::HubInfo>

The summaries of the listed hubs.

Returns:



26673
26674
26675
26676
26677
26678
# File 'lib/aws-sdk-sagemaker/types.rb', line 26673

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

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.

Returns:

  • (String)


26673
26674
26675
26676
26677
26678
# File 'lib/aws-sdk-sagemaker/types.rb', line 26673

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