Class: Aws::SageMaker::Types::ListClusterSchedulerConfigsResponse

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

#cluster_scheduler_config_summariesArray<Types::ClusterSchedulerConfigSummary>

Summaries of the cluster policies.



28731
28732
28733
28734
28735
28736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28731

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

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


28731
28732
28733
28734
28735
28736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28731

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