Class: Aws::Types::TestRepositoryTriggersOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[::String])


1955
1956
1957
# File 'sig/types.rbs', line 1955

def successful_executions
  @successful_executions
end