You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListSubscribedWorkteamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListSubscribedWorkteamsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token.
-
#subscribed_workteams ⇒ Array<Types::SubscribedWorkteam>
An array of
Workteam
objects, each describing a work team.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.
#subscribed_workteams ⇒ Array<Types::SubscribedWorkteam>
An array of Workteam
objects, each describing a work team.