ProjectSourceVersion — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::CodeBuild::Types::ProjectSourceVersion

Inherits:

Struct

Defined in:

gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

A source identifier and its corresponding version.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_identifier ⇒ String

An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

5396 5397 5398 5399 5400 5401 # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5396 class ProjectSourceVersion < Struct.new( :source_identifier, :source_version) SENSITIVE = [] include Aws::Structure end

#source_version ⇒ String

The source version for the corresponding source identifier. If specified, must be one of:

For more information, see Source Version Sample with CodeBuildin the CodeBuild User Guide.

5396 5397 5398 5399 5400 5401 # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5396 class ProjectSourceVersion < Struct.new( :source_identifier, :source_version) SENSITIVE = [] include Aws::Structure end