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)


11838
11839
11840
11841
11842
# File 'lib/aws-sdk-sagemaker/types.rb', line 11838

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