Class: Aws::CodeCommit::Types::GetCommitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommitOutput
- 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
-
#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.
3235 3236 3237 3238 3239 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3235 class GetCommitOutput < Struct.new( :commit) SENSITIVE = [] include Aws::Structure end |