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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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)


6705
6706
6707
6708
6709
6710
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6705

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

#triggersArray<Types::RepositoryTrigger>

The list of triggers to test.

Returns:



6705
6706
6707
6708
6709
6710
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6705

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