Class: Aws::SageMaker::Types::ListHubContentVersionsResponse

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

#hub_content_summariesArray<Types::HubContentInfo>

The summaries of the listed hub content versions.

Returns:



27142
27143
27144
27145
27146
27147
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27142

class ListHubContentVersionsResponse < Struct.new(
  :hub_content_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 hub content versions, use it in the subsequent request.

Returns:

  • (String)


27142
27143
27144
27145
27146
27147
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27142

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