Class: Aws::Types::PipelineExecution
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_revisions ⇒ ::Array[Types::ArtifactRevision]
Returns the value of attribute artifact_revisions.
-
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
-
#execution_type ⇒ "STANDARD", "ROLLBACK"
Returns the value of attribute execution_type.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
-
#rollback_metadata ⇒ Types::PipelineRollbackMetadata
Returns the value of attribute rollback_metadata.
-
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
-
#status_summary ⇒ ::String
Returns the value of attribute status_summary.
-
#trigger ⇒ Types::ExecutionTrigger
Returns the value of attribute trigger.
-
#variables ⇒ ::Array[Types::ResolvedPipelineVariable]
Returns the value of attribute variables.
Instance Attribute Details
#artifact_revisions ⇒ ::Array[Types::ArtifactRevision]
Returns the value of attribute artifact_revisions.
910 911 912 |
# File 'sig/types.rbs', line 910 def artifact_revisions @artifact_revisions end |
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
913 914 915 |
# File 'sig/types.rbs', line 913 def execution_mode @execution_mode end |
#execution_type ⇒ "STANDARD", "ROLLBACK"
Returns the value of attribute execution_type.
914 915 916 |
# File 'sig/types.rbs', line 914 def execution_type @execution_type end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
905 906 907 |
# File 'sig/types.rbs', line 905 def pipeline_name @pipeline_name end |
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
906 907 908 |
# File 'sig/types.rbs', line 906 def pipeline_version @pipeline_version end |
#rollback_metadata ⇒ Types::PipelineRollbackMetadata
Returns the value of attribute rollback_metadata.
915 916 917 |
# File 'sig/types.rbs', line 915 def end |
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
908 909 910 |
# File 'sig/types.rbs', line 908 def status @status end |
#status_summary ⇒ ::String
Returns the value of attribute status_summary.
909 910 911 |
# File 'sig/types.rbs', line 909 def status_summary @status_summary end |
#trigger ⇒ Types::ExecutionTrigger
Returns the value of attribute trigger.
912 913 914 |
# File 'sig/types.rbs', line 912 def trigger @trigger end |
#variables ⇒ ::Array[Types::ResolvedPipelineVariable]
Returns the value of attribute variables.
911 912 913 |
# File 'sig/types.rbs', line 911 def variables @variables end |