Class: Aws::Types::RepositoryTrigger
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryTrigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branches ⇒ ::Array[::String]
Returns the value of attribute branches.
-
#custom_data ⇒ ::String
Returns the value of attribute custom_data.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#events ⇒ ::Array[("all" | "updateReference" | "createReference" | "deleteReference")]
Returns the value of attribute events.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#branches ⇒ ::Array[::String]
Returns the value of attribute branches.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def branches @branches end |
#custom_data ⇒ ::String
Returns the value of attribute custom_data.
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.
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.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def events @events end |
#name ⇒ ::String
Returns the value of attribute name.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def name @name end |