Class: Aws::Types::CreateClusterSchedulerConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSchedulerConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
-
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
Instance Attribute Details
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def cluster_scheduler_config_arn @cluster_scheduler_config_arn end |
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def cluster_scheduler_config_id @cluster_scheduler_config_id end |