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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


30045
30046
30047
30048
30049
30050
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30045

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

#workteamsArray<Types::Workteam>

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

Returns:



30045
30046
30047
30048
30049
30050
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30045

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