Class: Aws::Types::RepositorySyncEvent
- Inherits:
-
Object
- Object
- Aws::Types::RepositorySyncEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ ::String
Returns the value of attribute event.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#time ⇒ ::Time
Returns the value of attribute time.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#event ⇒ ::String
Returns the value of attribute event.
342 343 344 |
# File 'sig/types.rbs', line 342 def event @event end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def external_id @external_id end |
#time ⇒ ::Time
Returns the value of attribute time.
344 345 346 |
# File 'sig/types.rbs', line 344 def time @time end |
#type ⇒ ::String
Returns the value of attribute type.
345 346 347 |
# File 'sig/types.rbs', line 345 def type @type end |