Class: Aws::SageMaker::Types::ListHubContentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubContentsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_content_summaries ⇒ Array<Types::HubContentInfo>
The summaries of the listed hub content.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#hub_content_summaries ⇒ Array<Types::HubContentInfo>
The summaries of the listed hub content.
29560 29561 29562 29563 29564 29565 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29560 class ListHubContentsResponse < Struct.new( :hub_content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
29560 29561 29562 29563 29564 29565 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29560 class ListHubContentsResponse < Struct.new( :hub_content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |