Class: Aws::Types::GetTemplateSyncStatusOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_state ⇒ Types::Revision

Returns the value of attribute desired_state.

Returns:



876
877
878
# File 'sig/types.rbs', line 876

def desired_state
  @desired_state
end

#latest_successful_sync ⇒ Types::ResourceSyncAttempt

Returns the value of attribute latest_successful_sync.



877
878
879
# File 'sig/types.rbs', line 877

def latest_successful_sync
  @latest_successful_sync
end

#latest_sync ⇒ Types::ResourceSyncAttempt

Returns the value of attribute latest_sync.



878
879
880
# File 'sig/types.rbs', line 878

def latest_sync
  @latest_sync
end