Class: Aws::Types::RepositorySyncAttempt
- Inherits:
-
Object
- Object
- Aws::Types::RepositorySyncAttempt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::RepositorySyncEvent]
Returns the value of attribute events.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
Instance Attribute Details
#events ⇒ ::Array[Types::RepositorySyncEvent]
Returns the value of attribute events.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def events @events end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def started_at @started_at end |
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def status @status end |