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.
370 371 372 |
# File 'sig/types.rbs', line 370 def event @event end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def external_id @external_id end |
#time ⇒ ::Time
Returns the value of attribute time.
372 373 374 |
# File 'sig/types.rbs', line 372 def time @time end |
#type ⇒ ::String
Returns the value of attribute type.
373 374 375 |
# File 'sig/types.rbs', line 373 def type @type end |