Class: Aws::CodeConnections::Types::GetSyncBlockerSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetSyncBlockerSummaryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_blocker_summary ⇒ Types::SyncBlockerSummary
The list of sync blockers for a specified resource.
Instance Attribute Details
#sync_blocker_summary ⇒ Types::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 |