Class: Aws::CodeCommit::Types::GetRepositoryTriggersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetRepositoryTriggersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the input of a get repository triggers operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_name ⇒ String
The name of the repository for which the trigger is configured.
Instance Attribute Details
#repository_name ⇒ String
The name of the repository for which the trigger is configured.
3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3573 class GetRepositoryTriggersInput < Struct.new( :repository_name) SENSITIVE = [] include Aws::Structure end |