Class: Aws::CodeConnections::Types::ResourceSyncEvent
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::ResourceSyncEvent
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Information about a resource sync event for the resource associated with a sync configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The event for a resource sync event. 
- 
  
    
      #external_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for a resource sync event. 
- 
  
    
      #time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time that a resource sync event occurred. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource sync event. 
Instance Attribute Details
#event ⇒ String
The event for a resource sync event.
| 1259 1260 1261 1262 1263 1264 1265 1266 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1259 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end | 
#external_id ⇒ String
The ID for a resource sync event.
| 1259 1260 1261 1262 1263 1264 1265 1266 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1259 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end | 
#time ⇒ Time
The time that a resource sync event occurred.
| 1259 1260 1261 1262 1263 1264 1265 1266 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1259 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of resource sync event.
| 1259 1260 1261 1262 1263 1264 1265 1266 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1259 class ResourceSyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |