Class: Aws::Types::ResourceSyncEvent
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSyncEvent
- 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.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def event @event end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def external_id @external_id end |
#time ⇒ ::Time
Returns the value of attribute time.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def time @time end |
#type ⇒ ::String
Returns the value of attribute type.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def type @type end |