Class: Aws::SageMaker::Types::ListSubscribedWorkteamsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

Returns:

  • (String)


7658
7659
7660
7661
7662
# File 'lib/aws-sdk-sagemaker/types.rb', line 7658

class ListSubscribedWorkteamsResponse < Struct.new(
  :subscribed_workteams,
  :next_token)
  include Aws::Structure
end

#subscribed_workteamsArray<Types::SubscribedWorkteam>

An array of ‘Workteam` objects, each describing a work team.

Returns:



7658
7659
7660
7661
7662
# File 'lib/aws-sdk-sagemaker/types.rb', line 7658

class ListSubscribedWorkteamsResponse < Struct.new(
  :subscribed_workteams,
  :next_token)
  include Aws::Structure
end