Class: Aws::Types::TestRepositoryTriggersInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


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.

Returns:



1950
1951
1952
# File 'sig/types.rbs', line 1950

def triggers
  @triggers
end