Class: Aws::SageMaker::Types::ListHubsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_summaries ⇒ Array<Types::HubInfo>
The summaries of the listed hubs.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#hub_summaries ⇒ Array<Types::HubInfo>
The summaries of the listed hubs.
29672 29673 29674 29675 29676 29677 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29672 class ListHubsResponse < Struct.new( :hub_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 hubs, use it in the subsequent request.
29672 29673 29674 29675 29676 29677 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29672 class ListHubsResponse < Struct.new( :hub_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |