Class: Aws::Types::PostCommentForPullRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_commit_id::String

Returns the value of attribute after_commit_id.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def after_commit_id
  @after_commit_id
end

#before_commit_id::String

Returns the value of attribute before_commit_id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def before_commit_id
  @before_commit_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def client_request_token
  @client_request_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def content
  @content
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



1592
1593
1594
# File 'sig/types.rbs', line 1592

def location
  @location
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def repository_name
  @repository_name
end