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)


12025
12026
12027
# File 'sig/types.rbs', line 12025

def cluster_scheduler_config_id
  @cluster_scheduler_config_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12028
12029
12030
# File 'sig/types.rbs', line 12028

def description
  @description
end

#scheduler_configTypes::SchedulerConfig

Returns the value of attribute scheduler_config.



12027
12028
12029
# File 'sig/types.rbs', line 12027

def scheduler_config
  @scheduler_config
end

#target_version::Integer

Returns the value of attribute target_version.

Returns:

  • (::Integer)


12026
12027
12028
# File 'sig/types.rbs', line 12026

def target_version
  @target_version
end