You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::TestRepositoryTriggersOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a test repository triggers operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failed_executionsArray<Types::RepositoryTriggerExecutionFailure>

The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.

Returns:

#successful_executionsArray<String>

The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.

Returns:

  • (Array<String>)

    The list of triggers that were successfully tested.