Class: Aws::CodeCommit::Types::GetCommitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommitOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a get commit operation.
Instance Attribute Summary collapse
-
#commit ⇒ Types::Commit
A commit data type object that contains information about the specified commit.
Instance Attribute Details
#commit ⇒ Types::Commit
A commit data type object that contains information about the specified commit.
420 421 422 423 |
# File 'lib/aws-sdk-codecommit/types.rb', line 420 class GetCommitOutput < Struct.new( :commit) include Aws::Structure end |