class Aws::CodeGuruReviewer::Types::EventInfo

Information about an event. The event might be a push, pull request, scheduled request, or another type of event.

@note When making an API call, you may pass EventInfo

data as a hash:

    {
      name: "EventName",
      state: "EventState",
    }

@!attribute [rw] name

The name of the event. The possible names are `pull_request`,
`workflow_dispatch`, `schedule`, and `push`
@return [String]

@!attribute [rw] state

The state of an event. The state might be open, closed, or another
state.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/EventInfo AWS API Documentation

Constants

SENSITIVE