Class: Aws::CodeCommit::Types::GetRepositoryTriggersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetRepositoryTriggersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Note:
When making an API call, you may pass GetRepositoryTriggersInput data as a hash:
{
repository_name: "RepositoryName", # required
}
Represents the input of a get repository triggers operation.
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.
558 559 560 561 |
# File 'lib/aws-sdk-codecommit/types.rb', line 558 class GetRepositoryTriggersInput < Struct.new( :repository_name) include Aws::Structure end |