Method: Aws::CodeStarconnections::Types::UpdateSyncBlockerOutput#sync_blocker
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#sync_blocker ⇒ Types::SyncBlocker
Information about the sync blocker to be updated.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1749 class UpdateSyncBlockerOutput < Struct.new( :resource_name, :parent_resource_name, :sync_blocker) SENSITIVE = [] include Aws::Structure end |