Class: Aws::Proton::Types::UpdateServiceSyncBlockerInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::UpdateServiceSyncBlockerInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the service sync blocker.
 - 
  
    
      #resolved_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason the service sync blocker was resolved.
 
Instance Attribute Details
#id ⇒ String
The ID of the service sync blocker.
      6461 6462 6463 6464 6465 6466  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6461 class UpdateServiceSyncBlockerInput < Struct.new( :id, :resolved_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#resolved_reason ⇒ String
The reason the service sync blocker was resolved.
      6461 6462 6463 6464 6465 6466  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6461 class UpdateServiceSyncBlockerInput < Struct.new( :id, :resolved_reason) SENSITIVE = [] include Aws::Structure end  |