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)


11949
11950
11951
# File 'sig/types.rbs', line 11949

def cluster_scheduler_config_id
  @cluster_scheduler_config_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11952
11953
11954
# File 'sig/types.rbs', line 11952

def description
  @description
end

#scheduler_configTypes::SchedulerConfig

Returns the value of attribute scheduler_config.



11951
11952
11953
# File 'sig/types.rbs', line 11951

def scheduler_config
  @scheduler_config
end

#target_version::Integer

Returns the value of attribute target_version.

Returns:

  • (::Integer)


11950
11951
11952
# File 'sig/types.rbs', line 11950

def target_version
  @target_version
end