class Aws::CodeCommit::Types::TestRepositoryTriggersInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/TestRepositoryTriggersInput AWS API Documentation
@return [Array<Types::RepositoryTrigger>]
The list of triggers to test.
@!attribute [rw] triggers
@return [String]
The name of the repository in which to test the triggers.
@!attribute [rw] repository_name
}
],
},
events: [“all”], # required, accepts all, updateReference, createReference, deleteReference
branches: [“BranchName”],
custom_data: “RepositoryTriggerCustomData”,
destination_arn: “Arn”, # required
name: “RepositoryTriggerName”, # required
{
triggers: [ # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass TestRepositoryTriggersInput
Represents the input of a test repository triggers operation.