![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeCommit::PullRequestEvent USAGEThis 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 DESCRIPTIONReturns information about a pull request event. ATTRIBUTESActorArn => StrThe 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::ApprovalRuleEventMetadataInformation about a pull request event. ApprovalRuleOverriddenEventMetadata => Paws::CodeCommit::ApprovalRuleOverriddenEventMetadataInformation about an approval rule override event for a pull request. ApprovalStateChangedEventMetadata => Paws::CodeCommit::ApprovalStateChangedEventMetadataInformation about an approval state change for a pull request. EventDate => StrThe day and time of the pull request event, in timestamp format. PullRequestCreatedEventMetadata => Paws::CodeCommit::PullRequestCreatedEventMetadataInformation about the source and destination branches for the pull request. PullRequestEventType => StrThe 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 => StrThe system-generated ID of the pull request. PullRequestMergedStateChangedEventMetadata => Paws::CodeCommit::PullRequestMergedStateChangedEventMetadataInformation about the change in mergability state for the pull request event. PullRequestSourceReferenceUpdatedEventMetadata => Paws::CodeCommit::PullRequestSourceReferenceUpdatedEventMetadataInformation about the updated source branch for the pull request event. PullRequestStatusChangedEventMetadata => Paws::CodeCommit::PullRequestStatusChangedEventMetadataInformation about the change in status for the pull request event. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CodeCommit BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|