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