Class: Aws::SageMaker::Types::ListSubscribedWorkteamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListSubscribedWorkteamsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
31069 31070 31071 31072 31073 31074 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31069 class ListSubscribedWorkteamsResponse < Struct.new( :subscribed_workteams, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscribed_workteams ⇒ Array<Types::SubscribedWorkteam>
An array of ‘Workteam` objects, each describing a work team.
31069 31070 31071 31072 31073 31074 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31069 class ListSubscribedWorkteamsResponse < Struct.new( :subscribed_workteams, :next_token) SENSITIVE = [] include Aws::Structure end |