Class: Aws::SageMaker::Types::ListHubContentVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubContentVersionsResponse
- 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 versions.
-
#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 versions.
29482 29483 29484 29485 29486 29487 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29482 class ListHubContentVersionsResponse < 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 versions, use it in the subsequent request.
29482 29483 29484 29485 29486 29487 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29482 class ListHubContentVersionsResponse < Struct.new( :hub_content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |