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