Class: Aws::CodeStarconnections::Types::GetRepositorySyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetRepositorySyncStatusOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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.
546 547 548 549 550 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 546 class GetRepositorySyncStatusOutput < Struct.new( :latest_sync) SENSITIVE = [] include Aws::Structure end |