Class: Aws::CodeCommit::Types::GetRepositoryTriggersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetRepositoryTriggersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a get repository triggers operation.
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The system-generated unique ID for the trigger.
-
#triggers ⇒ Array<Types::RepositoryTrigger>
The JSON block of configuration information for each trigger.
Instance Attribute Details
#configuration_id ⇒ String
The system-generated unique ID for the trigger.
575 576 577 578 579 |
# File 'lib/aws-sdk-codecommit/types.rb', line 575 class GetRepositoryTriggersOutput < Struct.new( :configuration_id, :triggers) include Aws::Structure end |
#triggers ⇒ Array<Types::RepositoryTrigger>
The JSON block of configuration information for each trigger.
575 576 577 578 579 |
# File 'lib/aws-sdk-codecommit/types.rb', line 575 class GetRepositoryTriggersOutput < Struct.new( :configuration_id, :triggers) include Aws::Structure end |