Class: Aws::Types::UpdateClusterSchedulerConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_scheduler_config_id::String

Returns the value of attribute cluster_scheduler_config_id.

Returns:

  • (::String)


11941
11942
11943
# File 'sig/types.rbs', line 11941

def cluster_scheduler_config_id
  @cluster_scheduler_config_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11944
11945
11946
# File 'sig/types.rbs', line 11944

def description
  @description
end

#scheduler_configTypes::SchedulerConfig

Returns the value of attribute scheduler_config.



11943
11944
11945
# File 'sig/types.rbs', line 11943

def scheduler_config
  @scheduler_config
end

#target_version::Integer

Returns the value of attribute target_version.

Returns:

  • (::Integer)


11942
11943
11944
# File 'sig/types.rbs', line 11942

def target_version
  @target_version
end