Class: Aws::CodeStarconnections::Types::SyncBlockerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::SyncBlockerSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
A summary for sync blockers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_blockers ⇒ Array<Types::SyncBlocker>
The latest events for a sync blocker summary.
-
#parent_resource_name ⇒ String
The parent resource name for a sync blocker summary.
-
#resource_name ⇒ String
The resource name for sync blocker summary.
Instance Attribute Details
#latest_blockers ⇒ Array<Types::SyncBlocker>
The latest events for a sync blocker summary.
1429 1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1429 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end |
#parent_resource_name ⇒ String
The parent resource name for a sync blocker summary.
1429 1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1429 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name for sync blocker summary.
1429 1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1429 class SyncBlockerSummary < Struct.new( :resource_name, :parent_resource_name, :latest_blockers) SENSITIVE = [] include Aws::Structure end |