Class: Aws::Types::UpdateClusterSchedulerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterSchedulerConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
-
#target_version ⇒ ::Integer
Returns the value of attribute target_version.
Instance Attribute Details
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
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.
11944 11945 11946 |
# File 'sig/types.rbs', line 11944 def description @description end |
#scheduler_config ⇒ Types::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.
11942 11943 11944 |
# File 'sig/types.rbs', line 11942 def target_version @target_version end |