GetPullRequestOverrideStateOutput

public struct GetPullRequestOverrideStateOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).

    Declaration

    Swift

    public let overridden: Bool?
  • The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

    Declaration

    Swift

    public let overrider: String?
  • Undocumented

    Declaration

    Swift

    public init(overridden: Bool? = nil, overrider: String? = nil)