Class: Aws::Types::PipelineExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
-
#execution_type ⇒ "STANDARD", "ROLLBACK"
Returns the value of attribute execution_type.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#rollback_metadata ⇒ Types::PipelineRollbackMetadata
Returns the value of attribute rollback_metadata.
-
#source_revisions ⇒ ::Array[Types::SourceRevision]
Returns the value of attribute source_revisions.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
-
#status_summary ⇒ ::String
Returns the value of attribute status_summary.
-
#stop_trigger ⇒ Types::StopExecutionTrigger
Returns the value of attribute stop_trigger.
-
#trigger ⇒ Types::ExecutionTrigger
Returns the value of attribute trigger.
Instance Attribute Details
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
946 947 948 |
# File 'sig/types.rbs', line 946 def execution_mode @execution_mode end |
#execution_type ⇒ "STANDARD", "ROLLBACK"
Returns the value of attribute execution_type.
947 948 949 |
# File 'sig/types.rbs', line 947 def execution_type @execution_type end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
942 943 944 |
# File 'sig/types.rbs', line 942 def last_update_time @last_update_time end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def pipeline_execution_id @pipeline_execution_id end |
#rollback_metadata ⇒ Types::PipelineRollbackMetadata
Returns the value of attribute rollback_metadata.
948 949 950 |
# File 'sig/types.rbs', line 948 def end |
#source_revisions ⇒ ::Array[Types::SourceRevision]
Returns the value of attribute source_revisions.
943 944 945 |
# File 'sig/types.rbs', line 943 def source_revisions @source_revisions end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
941 942 943 |
# File 'sig/types.rbs', line 941 def start_time @start_time end |
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
939 940 941 |
# File 'sig/types.rbs', line 939 def status @status end |
#status_summary ⇒ ::String
Returns the value of attribute status_summary.
940 941 942 |
# File 'sig/types.rbs', line 940 def status_summary @status_summary end |
#stop_trigger ⇒ Types::StopExecutionTrigger
Returns the value of attribute stop_trigger.
945 946 947 |
# File 'sig/types.rbs', line 945 def stop_trigger @stop_trigger end |
#trigger ⇒ Types::ExecutionTrigger
Returns the value of attribute trigger.
944 945 946 |
# File 'sig/types.rbs', line 944 def trigger @trigger end |