Class: Aws::CodeCommit::Types::GetRepositoryTriggersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetRepositoryTriggersOutput
- Defined in:
- gems/aws-sdk-codecommit/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.
3477 3478 3479 3480 3481 3482 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3477 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.
3477 3478 3479 3480 3481 3482 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3477 class GetRepositoryTriggersOutput < Struct.new( :configuration_id, :triggers) SENSITIVE = [] include Aws::Structure end |