Class: Aws::Types::LastSync

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_successful_sync_provisioning_artifact_id::String

Returns the value of attribute last_successful_sync_provisioning_artifact_id.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def last_successful_sync_provisioning_artifact_id
  @last_successful_sync_provisioning_artifact_id
end

#last_successful_sync_time::Time

Returns the value of attribute last_successful_sync_time.

Returns:

  • (::Time)


758
759
760
# File 'sig/types.rbs', line 758

def last_successful_sync_time
  @last_successful_sync_time
end

#last_sync_status"SUCCEEDED", "FAILED"

Returns the value of attribute last_sync_status.

Returns:

  • ("SUCCEEDED", "FAILED")


756
757
758
# File 'sig/types.rbs', line 756

def last_sync_status
  @last_sync_status
end

#last_sync_status_message::String

Returns the value of attribute last_sync_status_message.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def last_sync_status_message
  @last_sync_status_message
end

#last_sync_time::Time

Returns the value of attribute last_sync_time.

Returns:

  • (::Time)


755
756
757
# File 'sig/types.rbs', line 755

def last_sync_time
  @last_sync_time
end