Class: Aws::Types::DescribeClusterSchedulerConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterSchedulerConfigResponse
- 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.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_details ⇒ ::Hash[("PriorityClasses" | "FairShare" | "IdleResourceSharing"), ("Creating" | "CreateFailed" | "CreateRollbackFailed" | "Created" | "Updating" | "UpdateFailed" | "UpdateRollbackFailed" | "Updated" | "Deleting" | "DeleteFailed" | "DeleteRollbackFailed" | "Deleted")]
Returns the value of attribute status_details.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
4004 4005 4006 |
# File 'sig/types.rbs', line 4004 def cluster_arn @cluster_arn end |
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
3997 3998 3999 |
# File 'sig/types.rbs', line 3997 def cluster_scheduler_config_arn @cluster_scheduler_config_arn end |
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
3998 3999 4000 |
# File 'sig/types.rbs', line 3998 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
4000 4001 4002 |
# File 'sig/types.rbs', line 4000 def cluster_scheduler_config_version @cluster_scheduler_config_version end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4008 4009 4010 |
# File 'sig/types.rbs', line 4008 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4002 4003 4004 |
# File 'sig/types.rbs', line 4002 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4009 4010 4011 |
# File 'sig/types.rbs', line 4009 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
3999 4000 4001 |
# File 'sig/types.rbs', line 3999 def name @name end |
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def scheduler_config @scheduler_config end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4001 4002 4003 |
# File 'sig/types.rbs', line 4001 def status @status end |
#status_details ⇒ ::Hash[("PriorityClasses" | "FairShare" | "IdleResourceSharing"), ("Creating" | "CreateFailed" | "CreateRollbackFailed" | "Created" | "Updating" | "UpdateFailed" | "UpdateRollbackFailed" | "Updated" | "Deleting" | "DeleteFailed" | "DeleteRollbackFailed" | "Deleted")]
Returns the value of attribute status_details.
4003 4004 4005 |
# File 'sig/types.rbs', line 4003 def status_details @status_details end |