Class: Aws::Types::GetStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStepResponse
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#parameter_space ⇒ Types::ParameterSpace
Returns the value of attribute parameter_space.
-
#required_capabilities ⇒ Types::StepRequiredCapabilities
Returns the value of attribute required_capabilities.
-
#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.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def created_by @created_by end |
#dependency_counts ⇒ Types::DependencyCounts
Returns the value of attribute dependency_counts.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def dependency_counts @dependency_counts end |
#description ⇒ ::String
Returns the value of attribute description.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def description @description end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def ended_at @ended_at end |
#lifecycle_status ⇒ "CREATE_COMPLETE", ...
Returns the value of attribute lifecycle_status.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def lifecycle_status @lifecycle_status end |
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def @lifecycle_status_message end |
#name ⇒ ::String
Returns the value of attribute name.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def name @name end |
#parameter_space ⇒ Types::ParameterSpace
Returns the value of attribute parameter_space.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def parameter_space @parameter_space end |
#required_capabilities ⇒ Types::StepRequiredCapabilities
Returns the value of attribute required_capabilities.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def required_capabilities @required_capabilities end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def started_at @started_at end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def step_id @step_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def target_task_run_status @target_task_run_status end |
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def task_failure_retry_count @task_failure_retry_count end |
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 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.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def task_run_status_counts @task_run_status_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def updated_by @updated_by end |