Class: Aws::Types::UpdatePullRequestApprovalStateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_state"APPROVE", "REVOKE"

Returns the value of attribute approval_state.

Returns:

  • ("APPROVE", "REVOKE")


2045
2046
2047
# File 'sig/types.rbs', line 2045

def approval_state
  @approval_state
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def pull_request_id
  @pull_request_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def revision_id
  @revision_id
end