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

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

Overview

Represents the output of a get commit operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commitTypes::Commit

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

Returns:



2974
2975
2976
2977
2978
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2974

class GetCommitOutput < Struct.new(
  :commit)
  SENSITIVE = []
  include Aws::Structure
end