Class: Aws::Types::CreateClusterSchedulerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSchedulerConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def cluster_arn @cluster_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def name @name end |
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def scheduler_config @scheduler_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def end |