NAME
Paws::CodeCommit::GetMergeOptionsOutput
ATTRIBUTES
REQUIRED BaseCommitId => Str
The commit ID of the merge base.
REQUIRED DestinationCommitId => Str
The commit ID of the destination commit specifier that was used in the merge evaluation.
REQUIRED MergeOptions => ArrayRef[Str|Undef]
The merge option or strategy used to merge the code.
REQUIRED SourceCommitId => Str
The commit ID of the source commit specifier that was used in the merge evaluation.