Class: Aws::Types::PipelineTriggerDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::PipelineTriggerDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#git_configuration ⇒ Types::GitConfiguration
Returns the value of attribute git_configuration.
-
#provider_type ⇒ "CodeStarSourceConnection"
Returns the value of attribute provider_type.
Instance Attribute Details
#git_configuration ⇒ Types::GitConfiguration
Returns the value of attribute git_configuration.
983 984 985 |
# File 'sig/types.rbs', line 983 def git_configuration @git_configuration end |
#provider_type ⇒ "CodeStarSourceConnection"
Returns the value of attribute provider_type.
982 983 984 |
# File 'sig/types.rbs', line 982 def provider_type @provider_type end |