Method: Aws::CodeBuild::Types::UpdateProjectInput#secondary_artifacts

Defined in:
lib/aws-sdk-codebuild/types.rb

#secondary_artifactsArray<Types::ProjectArtifacts>

An array of ProjectArtifact objects.

Returns:



7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
# File 'lib/aws-sdk-codebuild/types.rb', line 7902

class UpdateProjectInput < Struct.new(
  :name,
  :description,
  :source,
  :secondary_sources,
  :source_version,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :encryption_key,
  :tags,
  :vpc_config,
  :badge_enabled,
  :logs_config,
  :file_system_locations,
  :build_batch_config,
  :concurrent_build_limit,
  :auto_retry_limit)
  SENSITIVE = []
  include Aws::Structure
end