Class: Aws::Proton::Types::GetRepositorySyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetRepositorySyncStatusOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_sync ⇒ Types::RepositorySyncAttempt
The repository sync status detail data that's returned by Proton.
Instance Attribute Details
#latest_sync ⇒ Types::RepositorySyncAttempt
The repository sync status detail data that's returned by Proton.
2704 2705 2706 2707 2708 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2704 class GetRepositorySyncStatusOutput < Struct.new( :latest_sync) SENSITIVE = [] include Aws::Structure end |