Class: Aws::CodePipeline::Types::PipelineTriggerDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PipelineTriggerDeclaration
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger.
CodeStarSourceConnection
action type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#git_configuration ⇒ Types::GitConfiguration
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
-
#provider_type ⇒ String
The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
Instance Attribute Details
#git_configuration ⇒ Types::GitConfiguration
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
3790 3791 3792 3793 3794 3795 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3790 class PipelineTriggerDeclaration < Struct.new( :provider_type, :git_configuration) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
3790 3791 3792 3793 3794 3795 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3790 class PipelineTriggerDeclaration < Struct.new( :provider_type, :git_configuration) SENSITIVE = [] include Aws::Structure end |