Class: Aws::Types::ResourceSyncAttempt
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSyncAttempt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::ResourceSyncEvent]
Returns the value of attribute events.
-
#initial_revision ⇒ Types::Revision
Returns the value of attribute initial_revision.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_revision ⇒ Types::Revision
Returns the value of attribute target_revision.
Instance Attribute Details
#events ⇒ ::Array[Types::ResourceSyncEvent]
Returns the value of attribute events.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def events @events end |
#initial_revision ⇒ Types::Revision
Returns the value of attribute initial_revision.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def initial_revision @initial_revision end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def started_at @started_at end |
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def status @status end |
#target ⇒ ::String
Returns the value of attribute target.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def target @target end |
#target_revision ⇒ Types::Revision
Returns the value of attribute target_revision.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def target_revision @target_revision end |