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 ⇒ "FAILED", ...
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.
360 361 362 |
# File 'sig/types.rbs', line 360 def events @events end |
#initial_revision ⇒ Types::Revision
Returns the value of attribute initial_revision.
361 362 363 |
# File 'sig/types.rbs', line 361 def initial_revision @initial_revision end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
362 363 364 |
# File 'sig/types.rbs', line 362 def started_at @started_at end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
363 364 365 |
# File 'sig/types.rbs', line 363 def status @status end |
#target ⇒ ::String
Returns the value of attribute target.
365 366 367 |
# File 'sig/types.rbs', line 365 def target @target end |
#target_revision ⇒ Types::Revision
Returns the value of attribute target_revision.
364 365 366 |
# File 'sig/types.rbs', line 364 def target_revision @target_revision end |