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.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def event @event end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def external_id @external_id end |
#time ⇒ ::Time
Returns the value of attribute time.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def time @time end |
#type ⇒ ::String
Returns the value of attribute type.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def type @type end |