class Aws::AppRunner::Types::SourceCodeVersion

Identifies a version of code that AWS App Runner refers to within a source code repository.

@note When making an API call, you may pass SourceCodeVersion

data as a hash:

    {
      type: "BRANCH", # required, accepts BRANCH
      value: "String", # required
    }

@!attribute [rw] type

The type of version identifier.

For a git-based repository, branches represent versions.
@return [String]

@!attribute [rw] value

A source code version.

For a git-based repository, a branch name maps to a specific
version. App Runner uses the most recent commit to the branch.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/SourceCodeVersion AWS API Documentation

Constants

SENSITIVE