Class: Aws::Types::ClusterSchedulerConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSchedulerConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#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.
-
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def cluster_arn @cluster_arn end |
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def cluster_scheduler_config_arn @cluster_scheduler_config_arn end |
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def cluster_scheduler_config_version @cluster_scheduler_config_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def status @status end |