Class: Aws::Types::ListPullRequestsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author_arn::String

Returns the value of attribute author_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def author_arn
  @author_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def next_token
  @next_token
end

#pull_request_status"OPEN", "CLOSED"

Returns the value of attribute pull_request_status.

Returns:

  • ("OPEN", "CLOSED")


1276
1277
1278
# File 'sig/types.rbs', line 1276

def pull_request_status
  @pull_request_status
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def repository_name
  @repository_name
end