Class: Aws::Types::StepSummary
- Inherits:
-
Object
- Object
- Aws::Types::StepSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#dependency_counts ⇒ Types::DependencyCounts
Returns the value of attribute dependency_counts.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#lifecycle_status ⇒ "CREATE_COMPLETE", ...
Returns the value of attribute lifecycle_status.
-
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
-
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
-
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
-
#task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
Returns the value of attribute task_run_status_counts.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def created_by @created_by end |
#dependency_counts ⇒ Types::DependencyCounts
Returns the value of attribute dependency_counts.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def dependency_counts @dependency_counts end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def ended_at @ended_at end |
#lifecycle_status ⇒ "CREATE_COMPLETE", ...
Returns the value of attribute lifecycle_status.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def lifecycle_status @lifecycle_status end |
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def @lifecycle_status_message end |
#name ⇒ ::String
Returns the value of attribute name.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def name @name end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def started_at @started_at end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def step_id @step_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def target_task_run_status @target_task_run_status end |
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def task_failure_retry_count @task_failure_retry_count end |
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def task_run_status @task_run_status end |
#task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
Returns the value of attribute task_run_status_counts.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def task_run_status_counts @task_run_status_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def updated_by @updated_by end |