Class: Aws::Types::TestRepositoryTriggersOutput
- Inherits:
-
Object
- Object
- Aws::Types::TestRepositoryTriggersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_executions ⇒ ::Array[Types::RepositoryTriggerExecutionFailure]
Returns the value of attribute failed_executions.
-
#successful_executions ⇒ ::Array[::String]
Returns the value of attribute successful_executions.
Instance Attribute Details
#failed_executions ⇒ ::Array[Types::RepositoryTriggerExecutionFailure]
Returns the value of attribute failed_executions.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def failed_executions @failed_executions end |
#successful_executions ⇒ ::Array[::String]
Returns the value of attribute successful_executions.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def successful_executions @successful_executions end |