Class: Aws::SageMaker::Types::ListWorkforcesResponse

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

A token to resume pagination.

Returns:

  • (String)


29933
29934
29935
29936
29937
29938
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29933

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

#workforcesArray<Types::Workforce>

A list containing information about your workforce.

Returns:



29933
29934
29935
29936
29937
29938
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29933

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