Class: Aws::Proton::Types::ResourceSyncEvent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ResourceSyncEvent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detail data for a resource sync event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A resource sync event.
 - 
  
    
      #external_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The external ID for the event.
 - 
  
    
      #time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the event occurred.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of event.
 
Instance Attribute Details
#event ⇒ String
A resource sync event.
      4727 4728 4729 4730 4731 4732 4733 4734  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4727 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#external_id ⇒ String
The external ID for the event.
      4727 4728 4729 4730 4731 4732 4733 4734  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4727 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#time ⇒ Time
The time when the event occurred.
      4727 4728 4729 4730 4731 4732 4733 4734  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4727 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of event.
      4727 4728 4729 4730 4731 4732 4733 4734  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4727 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end  |