Class: Aws::Types::BatchGetStepItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStepItem
- 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.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#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.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#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.
427 428 429 |
# File 'sig/types.rbs', line 427 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
428 429 430 |
# File 'sig/types.rbs', line 428 def created_by @created_by end |
#dependency_counts ⇒ Types::DependencyCounts
Returns the value of attribute dependency_counts.
433 434 435 |
# File 'sig/types.rbs', line 433 def dependency_counts @dependency_counts end |
#description ⇒ ::String
Returns the value of attribute description.
436 437 438 |
# File 'sig/types.rbs', line 436 def description @description end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
432 433 434 |
# File 'sig/types.rbs', line 432 def ended_at @ended_at end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
416 417 418 |
# File 'sig/types.rbs', line 416 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def job_id @job_id end |
#lifecycle_status ⇒ "CREATE_COMPLETE", ...
Returns the value of attribute lifecycle_status.
421 422 423 |
# File 'sig/types.rbs', line 421 def lifecycle_status @lifecycle_status end |
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
422 423 424 |
# File 'sig/types.rbs', line 422 def @lifecycle_status_message end |
#name ⇒ ::String
Returns the value of attribute name.
420 421 422 |
# File 'sig/types.rbs', line 420 def name @name end |
#parameter_space ⇒ Types::ParameterSpace
Returns the value of attribute parameter_space.
435 436 437 |
# File 'sig/types.rbs', line 435 def parameter_space @parameter_space end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def queue_id @queue_id end |
#required_capabilities ⇒ Types::StepRequiredCapabilities
Returns the value of attribute required_capabilities.
434 435 436 |
# File 'sig/types.rbs', line 434 def required_capabilities @required_capabilities end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
431 432 433 |
# File 'sig/types.rbs', line 431 def started_at @started_at end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def step_id @step_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
426 427 428 |
# File 'sig/types.rbs', line 426 def target_task_run_status @target_task_run_status end |
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
425 426 427 |
# File 'sig/types.rbs', line 425 def task_failure_retry_count @task_failure_retry_count end |
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
423 424 425 |
# File 'sig/types.rbs', line 423 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.
424 425 426 |
# File 'sig/types.rbs', line 424 def task_run_status_counts @task_run_status_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
429 430 431 |
# File 'sig/types.rbs', line 429 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
430 431 432 |
# File 'sig/types.rbs', line 430 def updated_by @updated_by end |