Class: Aws::CodeConnections::Types::SyncBlockerSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::SyncBlockerSummary
 
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
A summary for sync blockers.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #latest_blockers  ⇒ Array<Types::SyncBlocker> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The latest events for a sync blocker summary. 
- 
  
    
      #parent_resource_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parent resource name for a sync blocker summary. 
- 
  
    
      #resource_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource name for sync blocker summary. 
Instance Attribute Details
#latest_blockers ⇒ Array<Types::SyncBlocker>
The latest events for a sync blocker summary.
| 1435 1436 1437 1438 1439 1440 1441 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1435 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end | 
#parent_resource_name ⇒ String
The parent resource name for a sync blocker summary.
| 1435 1436 1437 1438 1439 1440 1441 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1435 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end | 
#resource_name ⇒ String
The resource name for sync blocker summary.
| 1435 1436 1437 1438 1439 1440 1441 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1435 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end |