- Navigation Guide
@aws-sdk/client-codecommit
GetCommitCommandOutput Interface
The output of GetCommitCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
commit Required | Commit | undefined | A commit data type object that contains information about the specified commit. |
Full Signature
export interface GetCommitCommandOutput extends GetCommitOutput, MetadataBearer