Class: Aws::CodeConnections::Types::GetSyncBlockerSummaryOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/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.



625
626
627
628
629
# File 'lib/aws-sdk-codeconnections/types.rb', line 625

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