Class: Aws::Types::OverridePullRequestApprovalRulesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#override_status"OVERRIDE", "REVOKE"

Returns the value of attribute override_status.

Returns:

  • ("OVERRIDE", "REVOKE")


1544
1545
1546
# File 'sig/types.rbs', line 1544

def override_status
  @override_status
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def pull_request_id
  @pull_request_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def revision_id
  @revision_id
end