Class: Aws::Types::PutRepositoryTriggersInput
- Inherits:
-
Object
- Object
- Aws::Types::PutRepositoryTriggersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#triggers ⇒ ::Array[Types::RepositoryTrigger]
Returns the value of attribute triggers.
Instance Attribute Details
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def repository_name @repository_name end |
#triggers ⇒ ::Array[Types::RepositoryTrigger]
Returns the value of attribute triggers.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def triggers @triggers end |