Class: Aws::CodeCommit::Types::PostCommentForComparedCommitOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_idString

In the directionality you established, the blob ID of the after blob.

Returns:

  • (String)


5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#after_commit_idString

In the directionality you established, the full commit ID of the after commit.

Returns:

  • (String)


5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#before_blob_idString

In the directionality you established, the blob ID of the before blob.

Returns:

  • (String)


5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#before_commit_idString

In the directionality you established, the full commit ID of the before commit.

Returns:

  • (String)


5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#commentTypes::Comment

The content of the comment you posted.

Returns:



5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::Location

The location of the comment in the comparison between the two commits.

Returns:



5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository where you posted a comment on the comparison between commits.

Returns:

  • (String)


5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5204

class PostCommentForComparedCommitOutput < Struct.new(
  :repository_name,
  :before_commit_id,
  :after_commit_id,
  :before_blob_id,
  :after_blob_id,
  :location,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end