Class: Aws::Types::RepositoryTrigger

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branches::Array[::String]

Returns the value of attribute branches.

Returns:

  • (::Array[::String])


1843
1844
1845
# File 'sig/types.rbs', line 1843

def branches
  @branches
end

#custom_data::String

Returns the value of attribute custom_data.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def custom_data
  @custom_data
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def destination_arn
  @destination_arn
end

#events::Array[("all" | "updateReference" | "createReference" | "deleteReference")]

Returns the value of attribute events.

Returns:

  • (::Array[("all" | "updateReference" | "createReference" | "deleteReference")])


1844
1845
1846
# File 'sig/types.rbs', line 1844

def events
  @events
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def name
  @name
end