Class: Aws::Types::EvaluatePullRequestApprovalRulesInput

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)


647
648
649
# File 'sig/types.rbs', line 647

def pull_request_id
  @pull_request_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def revision_id
  @revision_id
end