Class: Aws::Types::DescribeClusterSchedulerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterSchedulerConfigRequest
- 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.
-
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
Instance Attribute Details
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
3991 3992 3993 |
# File 'sig/types.rbs', line 3991 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def cluster_scheduler_config_version @cluster_scheduler_config_version end |