Class: Aws::CodeStarconnections::Types::GetSyncBlockerSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetSyncBlockerSummaryOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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.
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 |