Class: Aws::Types::GetRepositoryTriggersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:

  • (::String)


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.

Returns:



1018
1019
1020
# File 'sig/types.rbs', line 1018

def triggers
  @triggers
end