Class: Aws::Proton::Types::SyncBlocker
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::SyncBlocker
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detailed data of the sync blocker.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contexts  ⇒ Array<Types::SyncBlockerContext> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contexts for the sync blocker.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the sync blocker was created.
 - 
  
    
      #created_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why the sync blocker was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the sync blocker.
 - 
  
    
      #resolved_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the sync blocker was resolved.
 - 
  
    
      #resolved_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason the sync blocker was resolved.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the sync blocker.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the sync blocker.
 
Instance Attribute Details
#contexts ⇒ Array<Types::SyncBlockerContext>
The contexts for the sync blocker.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time when the sync blocker was created.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#created_reason ⇒ String
The reason why the sync blocker was created.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the sync blocker.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#resolved_at ⇒ Time
The time the sync blocker was resolved.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#resolved_reason ⇒ String
The reason the sync blocker was resolved.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the sync blocker.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of the sync blocker.
      5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5633 class SyncBlocker < Struct.new( :contexts, :created_at, :created_reason, :id, :resolved_at, :resolved_reason, :status, :type) SENSITIVE = [] include Aws::Structure end  |