Class: Aws::SageMaker::Types::UpdateClusterSchedulerConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateClusterSchedulerConfigResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_scheduler_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the cluster policy.
 - 
  
    
      #cluster_scheduler_config_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the cluster policy.
 
Instance Attribute Details
#cluster_scheduler_config_arn ⇒ String
ARN of the cluster policy.
      47418 47419 47420 47421 47422 47423  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47418 class UpdateClusterSchedulerConfigResponse < Struct.new( :cluster_scheduler_config_arn, :cluster_scheduler_config_version) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_scheduler_config_version ⇒ Integer
Version of the cluster policy.
      47418 47419 47420 47421 47422 47423  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47418 class UpdateClusterSchedulerConfigResponse < Struct.new( :cluster_scheduler_config_arn, :cluster_scheduler_config_version) SENSITIVE = [] include Aws::Structure end  |