Class: Aws::CodeConnections::Types::GetRepositorySyncStatusOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_syncTypes::RepositorySyncAttempt

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



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

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