Class: Aws::Types::GetRepositoryTriggersOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRepositoryTriggersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#triggers ⇒ ::Array[Types::RepositoryTrigger]
Returns the value of attribute triggers.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def configuration_id @configuration_id end |
#triggers ⇒ ::Array[Types::RepositoryTrigger]
Returns the value of attribute triggers.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def triggers @triggers end |