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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


29464
29465
29466
29467
29468
29469
# File 'lib/aws-sdk-sagemaker/types.rb', line 29464

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

#subscribed_workteamsArray<Types::SubscribedWorkteam>

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

Returns:



29464
29465
29466
29467
29468
29469
# File 'lib/aws-sdk-sagemaker/types.rb', line 29464

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