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.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def cluster_arn @cluster_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def name @name end |
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def scheduler_config @scheduler_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def @tags end |