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.
3976 3977 3978 |
# File 'sig/types.rbs', line 3976 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
3977 3978 3979 |
# File 'sig/types.rbs', line 3977 def cluster_scheduler_config_version @cluster_scheduler_config_version end |