Class: Aws::CodeStarconnections::Types::GetSyncBlockerSummaryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_blocker_summaryTypes::SyncBlockerSummary

The list of sync blockers for a specified resource.



619
620
621
622
623
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 619

class GetSyncBlockerSummaryOutput < Struct.new(
  :sync_blocker_summary)
  SENSITIVE = []
  include Aws::Structure
end