You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::ApprovalRuleOverriddenEventMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about an override event for approval rules for a pull request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#override_statusString

The status of the override event.

Possible values:

  • OVERRIDE
  • REVOKE

Returns:

  • (String)

    The status of the override event.

#revision_idString

The revision ID of the pull request when the override event occurred.

Returns:

  • (String)

    The revision ID of the pull request when the override event occurred.