Class: Aws::Proton::Types::GetTemplateSyncStatusOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetTemplateSyncStatusOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #desired_state  ⇒ Types::Revision 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The template sync desired state that’s returned by Proton.
 - 
  
    
      #latest_successful_sync  ⇒ Types::ResourceSyncAttempt 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the last successful sync that’s returned by Proton.
 - 
  
    
      #latest_sync  ⇒ Types::ResourceSyncAttempt 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the last sync that’s returned by Proton.
 
Instance Attribute Details
#desired_state ⇒ Types::Revision
The template sync desired state that’s returned by Proton.
      3280 3281 3282 3283 3284 3285 3286  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3280 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The details of the last successful sync that’s returned by Proton.
      3280 3281 3282 3283 3284 3285 3286  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3280 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_sync ⇒ Types::ResourceSyncAttempt
The details of the last sync that’s returned by Proton.
      3280 3281 3282 3283 3284 3285 3286  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3280 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end  |