Class: Aws::CodeConnections::Types::GetRepositorySyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetRepositorySyncStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_sync ⇒ Types::RepositorySyncAttempt
The status of the latest sync returned for a specified repository and branch.
Instance Attribute Details
#latest_sync ⇒ Types::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 |