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

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

A token to resume pagination.

Returns:

  • (String)


30020
30021
30022
30023
30024
30025
# File 'lib/aws-sdk-sagemaker/types.rb', line 30020

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

#workforcesArray<Types::Workforce>

A list containing information about your workforce.

Returns:



30020
30021
30022
30023
30024
30025
# File 'lib/aws-sdk-sagemaker/types.rb', line 30020

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