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.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def cluster_arn @cluster_arn end |
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def cluster_scheduler_config_arn @cluster_scheduler_config_arn end |
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def cluster_scheduler_config_version @cluster_scheduler_config_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def status @status end |