Class: Aws::CodeCommit::Types::TestRepositoryTriggersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::TestRepositoryTriggersInput
- 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
-
#repository_name ⇒ String
The name of the repository in which to test the triggers.
-
#triggers ⇒ Array<Types::RepositoryTrigger>
The list of triggers to test.
Instance Attribute Details
#repository_name ⇒ String
The name of the repository in which to test the triggers.
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 |
#triggers ⇒ Array<Types::RepositoryTrigger>
The list of triggers to test.
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 |