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.
3987 3988 3989 |
# File 'sig/types.rbs', line 3987 def cluster_arn @cluster_arn end |
#cluster_scheduler_config_arn ⇒ ::String
Returns the value of attribute cluster_scheduler_config_arn.
3980 3981 3982 |
# File 'sig/types.rbs', line 3980 def cluster_scheduler_config_arn @cluster_scheduler_config_arn end |
#cluster_scheduler_config_id ⇒ ::String
Returns the value of attribute cluster_scheduler_config_id.
3981 3982 3983 |
# File 'sig/types.rbs', line 3981 def cluster_scheduler_config_id @cluster_scheduler_config_id end |
#cluster_scheduler_config_version ⇒ ::Integer
Returns the value of attribute cluster_scheduler_config_version.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def cluster_scheduler_config_version @cluster_scheduler_config_version end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
3991 3992 3993 |
# File 'sig/types.rbs', line 3991 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3990 3991 3992 |
# File 'sig/types.rbs', line 3990 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
3989 3990 3991 |
# File 'sig/types.rbs', line 3989 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3985 3986 3987 |
# File 'sig/types.rbs', line 3985 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
3993 3994 3995 |
# File 'sig/types.rbs', line 3993 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
3982 3983 3984 |
# File 'sig/types.rbs', line 3982 def name @name end |
#scheduler_config ⇒ Types::SchedulerConfig
Returns the value of attribute scheduler_config.
3988 3989 3990 |
# File 'sig/types.rbs', line 3988 def scheduler_config @scheduler_config end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 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.
3986 3987 3988 |
# File 'sig/types.rbs', line 3986 def status_details @status_details end |