Class: Aws::Types::GetServiceInstanceSyncStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceInstanceSyncStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_state ⇒ Types::Revision
Returns the value of attribute desired_state.
-
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
Returns the value of attribute latest_successful_sync.
-
#latest_sync ⇒ Types::ResourceSyncAttempt
Returns the value of attribute latest_sync.
Instance Attribute Details
#desired_state ⇒ Types::Revision
Returns the value of attribute desired_state.
803 804 805 |
# File 'sig/types.rbs', line 803 def desired_state @desired_state end |
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
Returns the value of attribute latest_successful_sync.
804 805 806 |
# File 'sig/types.rbs', line 804 def latest_successful_sync @latest_successful_sync end |
#latest_sync ⇒ Types::ResourceSyncAttempt
Returns the value of attribute latest_sync.
805 806 807 |
# File 'sig/types.rbs', line 805 def latest_sync @latest_sync end |