Class: Aws::SageMaker::Types::DeleteClusterSchedulerConfigRequest

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

#cluster_scheduler_config_idString

ID of the cluster policy.

Returns:

  • (String)


11879
11880
11881
11882
11883
# File 'lib/aws-sdk-sagemaker/types.rb', line 11879

class DeleteClusterSchedulerConfigRequest < Struct.new(
  :cluster_scheduler_config_id)
  SENSITIVE = []
  include Aws::Structure
end