Class: Aws::Types::PostCommentForComparedCommitOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_id::String

Returns the value of attribute after_blob_id.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def after_blob_id
  @after_blob_id
end

#after_commit_id::String

Returns the value of attribute after_commit_id.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def after_commit_id
  @after_commit_id
end

#before_blob_id::String

Returns the value of attribute before_blob_id.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def before_blob_id
  @before_blob_id
end

#before_commit_id::String

Returns the value of attribute before_commit_id.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def before_commit_id
  @before_commit_id
end

#commentTypes::Comment

Returns the value of attribute comment.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def comment
  @comment
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



1582
1583
1584
# File 'sig/types.rbs', line 1582

def location
  @location
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def repository_name
  @repository_name
end