Class: Aws::Proton::Types::GetRepositorySyncStatusOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetRepositorySyncStatusOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2974 2975 2976 2977 2978  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2974 class GetRepositorySyncStatusOutput < Struct.new( :latest_sync) SENSITIVE = [] include Aws::Structure end  |