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.
Constant Summary collapse
- SENSITIVE =
[]
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.
3591 3592 3593 3594 3595 3596 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3591 class GetRepositoryTriggersOutput < Struct.new( :configuration_id, :triggers) SENSITIVE = [] include Aws::Structure end |
#triggers ⇒ Array<Types::RepositoryTrigger>
The JSON block of configuration information for each trigger.
3591 3592 3593 3594 3595 3596 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3591 class GetRepositoryTriggersOutput < Struct.new( :configuration_id, :triggers) SENSITIVE = [] include Aws::Structure end |