Class: Aws::CodeCommit::Types::GetCommitInput

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

Overview

Represents the input of a get commit operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The commit ID. Commit IDs are the full SHA ID of the commit.

Returns:

  • (String)


2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2958

class GetCommitInput < Struct.new(
  :repository_name,
  :commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository to which the commit was made.

Returns:

  • (String)


2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2958

class GetCommitInput < Struct.new(
  :repository_name,
  :commit_id)
  SENSITIVE = []
  include Aws::Structure
end