Class: Aws::CodeCommit::Types::GetCommitOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Represents the output of a get commit operation.

Instance Attribute Summary collapse

Instance Attribute Details

#commitTypes::Commit

A commit data type object that contains information about the specified commit.

Returns:



420
421
422
423
# File 'lib/aws-sdk-codecommit/types.rb', line 420

class GetCommitOutput < Struct.new(
  :commit)
  include Aws::Structure
end