Class: Aws::Types::GetCommentsForPullRequestOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comments_for_pull_request_data::Array[Types::CommentsForPullRequest]

Returns the value of attribute comments_for_pull_request_data.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def comments_for_pull_request_data
  @comments_for_pull_request_data
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def next_token
  @next_token
end