Class: Aws::Proton::Types::ResourceSyncAttempt
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ResourceSyncAttempt
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detail data for a resource sync attempt activated by a push to a repository.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #events  ⇒ Array<Types::ResourceSyncEvent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of events with detail data.
 - 
  
    
      #initial_revision  ⇒ Types::Revision 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detail data for the initial repository commit, path and push.
 - 
  
    
      #started_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the sync attempt started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the sync attempt.
 - 
  
    
      #target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource that is synced to.
 - 
  
    
      #target_revision  ⇒ Types::Revision 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detail data for the target revision.
 
Instance Attribute Details
#events ⇒ Array<Types::ResourceSyncEvent>
An array of events with detail data.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  | 
  
#initial_revision ⇒ Types::Revision
Detail data for the initial repository commit, path and push.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  | 
  
#started_at ⇒ Time
The time when the sync attempt started.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the sync attempt.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  | 
  
#target ⇒ String
The resource that is synced to.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  | 
  
#target_revision ⇒ Types::Revision
Detail data for the target revision.
      4696 4697 4698 4699 4700 4701 4702 4703 4704 4705  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4696 class ResourceSyncAttempt < Struct.new( :events, :initial_revision, :started_at, :status, :target, :target_revision) SENSITIVE = [] include Aws::Structure end  |