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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-codestarconnections/types.rb', line 619

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