Class: Aws::CodeCommit::Types::TestRepositoryTriggersInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Represents the input of a test repository triggers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the repository in which to test the triggers.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
# File 'lib/aws-sdk-codecommit/types.rb', line 6703

class TestRepositoryTriggersInput < Struct.new(
  :repository_name,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end

#triggersArray<Types::RepositoryTrigger>

The list of triggers to test.

Returns:



6703
6704
6705
6706
6707
6708
# File 'lib/aws-sdk-codecommit/types.rb', line 6703

class TestRepositoryTriggersInput < Struct.new(
  :repository_name,
  :triggers)
  SENSITIVE = []
  include Aws::Structure
end