Class: Aws::SageMaker::Types::ListWorkteamsResponse

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)


8046
8047
8048
8049
8050
# File 'lib/aws-sdk-sagemaker/types.rb', line 8046

class ListWorkteamsResponse < Struct.new(
  :workteams,
  :next_token)
  include Aws::Structure
end

#workteamsArray<Types::Workteam>

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

Returns:



8046
8047
8048
8049
8050
# File 'lib/aws-sdk-sagemaker/types.rb', line 8046

class ListWorkteamsResponse < Struct.new(
  :workteams,
  :next_token)
  include Aws::Structure
end