Class: Aws::Types::TestRepositoryTriggersInput
- Inherits:
-
Object
- Object
- Aws::Types::TestRepositoryTriggersInput
- 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.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def repository_name @repository_name end |
#triggers ⇒ ::Array[Types::RepositoryTrigger]
Returns the value of attribute triggers.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def triggers @triggers end |