Class: Aws::Types::PipelineDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::PipelineDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_store ⇒ Types::ArtifactStore
Returns the value of attribute artifact_store.
-
#artifact_stores ⇒ ::Hash[::String, Types::ArtifactStore]
Returns the value of attribute artifact_stores.
-
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_type ⇒ "V1", "V2"
Returns the value of attribute pipeline_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stages ⇒ ::Array[Types::StageDeclaration]
Returns the value of attribute stages.
-
#triggers ⇒ ::Array[Types::PipelineTriggerDeclaration]
Returns the value of attribute triggers.
-
#variables ⇒ ::Array[Types::PipelineVariableDeclaration]
Returns the value of attribute variables.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#artifact_store ⇒ Types::ArtifactStore
Returns the value of attribute artifact_store.
893 894 895 |
# File 'sig/types.rbs', line 893 def artifact_store @artifact_store end |
#artifact_stores ⇒ ::Hash[::String, Types::ArtifactStore]
Returns the value of attribute artifact_stores.
894 895 896 |
# File 'sig/types.rbs', line 894 def artifact_stores @artifact_stores end |
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
897 898 899 |
# File 'sig/types.rbs', line 897 def execution_mode @execution_mode end |
#name ⇒ ::String
Returns the value of attribute name.
891 892 893 |
# File 'sig/types.rbs', line 891 def name @name end |
#pipeline_type ⇒ "V1", "V2"
Returns the value of attribute pipeline_type.
898 899 900 |
# File 'sig/types.rbs', line 898 def pipeline_type @pipeline_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
892 893 894 |
# File 'sig/types.rbs', line 892 def role_arn @role_arn end |
#stages ⇒ ::Array[Types::StageDeclaration]
Returns the value of attribute stages.
895 896 897 |
# File 'sig/types.rbs', line 895 def stages @stages end |
#triggers ⇒ ::Array[Types::PipelineTriggerDeclaration]
Returns the value of attribute triggers.
900 901 902 |
# File 'sig/types.rbs', line 900 def triggers @triggers end |
#variables ⇒ ::Array[Types::PipelineVariableDeclaration]
Returns the value of attribute variables.
899 900 901 |
# File 'sig/types.rbs', line 899 def variables @variables end |
#version ⇒ ::Integer
Returns the value of attribute version.
896 897 898 |
# File 'sig/types.rbs', line 896 def version @version end |