Method: Aws::CodeStarconnections::Types::GetRepositorySyncStatusOutput#latest_sync

Defined in:
lib/aws-sdk-codestarconnections/types.rb

#latest_syncTypes::RepositorySyncAttempt

The status of the latest sync returned for a specified repository and branch.



546
547
548
549
550
# File 'lib/aws-sdk-codestarconnections/types.rb', line 546

class GetRepositorySyncStatusOutput < Struct.new(
  :latest_sync)
  SENSITIVE = []
  include Aws::Structure
end