Class: Aws::Types::PipelineDeclaration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_storeTypes::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.

Returns:



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.

Returns:

  • ("QUEUED", "SUPERSEDED", "PARALLEL")


897
898
899
# File 'sig/types.rbs', line 897

def execution_mode
  @execution_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def name
  @name
end

#pipeline_type"V1", "V2"

Returns the value of attribute pipeline_type.

Returns:

  • ("V1", "V2")


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.

Returns:

  • (::String)


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.

Returns:



895
896
897
# File 'sig/types.rbs', line 895

def stages
  @stages
end

#triggers::Array[Types::PipelineTriggerDeclaration]

Returns the value of attribute triggers.

Returns:



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.

Returns:

  • (::Integer)


896
897
898
# File 'sig/types.rbs', line 896

def version
  @version
end