Class: Aws::SageMaker::Types::ListHubsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
28060 28061 28062 28063 28064 28065 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28060 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.
28060 28061 28062 28063 28064 28065 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28060 class ListHubsResponse < Struct.new( :hub_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |