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)


16122
16123
16124
16125
16126
# File 'lib/aws-sdk-sagemaker/types.rb', line 16122

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