Class: Aws::Types::GetCommentsForPullRequestInput

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)


837
838
839
# File 'sig/types.rbs', line 837

def after_commit_id
  @after_commit_id
end

#before_commit_id::String

Returns the value of attribute before_commit_id.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def before_commit_id
  @before_commit_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def next_token
  @next_token
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def repository_name
  @repository_name
end