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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



552
553
554
555
556
# File 'lib/aws-sdk-codeconnections/types.rb', line 552

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