Class: Aws::Types::UpdatePullRequestStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def pull_request_id
  @pull_request_id
end

#pull_request_status"OPEN", "CLOSED"

Returns the value of attribute pull_request_status.

Returns:

  • ("OPEN", "CLOSED")


2062
2063
2064
# File 'sig/types.rbs', line 2062

def pull_request_status
  @pull_request_status
end