NAME
Paws::CodeCommit::PullRequestEvent
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::CodeCommit::PullRequestEvent object:
$service_obj->Method(Att1 => { ActorArn => $value, ..., PullRequestStatusChangedEventMetadata => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::PullRequestEvent object:
$result = $service_obj->Method(...);
$result->Att1->ActorArn
DESCRIPTION
Returns information about a pull request event.
ATTRIBUTES
ActorArn => Str
The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
ApprovalRuleEventMetadata => Paws::CodeCommit::ApprovalRuleEventMetadata
Information about a pull request event.
ApprovalRuleOverriddenEventMetadata => Paws::CodeCommit::ApprovalRuleOverriddenEventMetadata
Information about an approval rule override event for a pull request.
ApprovalStateChangedEventMetadata => Paws::CodeCommit::ApprovalStateChangedEventMetadata
Information about an approval state change for a pull request.
EventDate => Str
The day and time of the pull request event, in timestamp format.
PullRequestCreatedEventMetadata => Paws::CodeCommit::PullRequestCreatedEventMetadata
Information about the source and destination branches for the pull request.
PullRequestEventType => Str
The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).
PullRequestId => Str
The system-generated ID of the pull request.
PullRequestMergedStateChangedEventMetadata => Paws::CodeCommit::PullRequestMergedStateChangedEventMetadata
Information about the change in mergability state for the pull request event.
PullRequestSourceReferenceUpdatedEventMetadata => Paws::CodeCommit::PullRequestSourceReferenceUpdatedEventMetadata
Information about the updated source branch for the pull request event.
PullRequestStatusChangedEventMetadata => Paws::CodeCommit::PullRequestStatusChangedEventMetadata
Information about the change in status for the pull request event.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CodeCommit
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues