Class: Aws::CodeConnections::Types::UpdateSyncBlockerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateSyncBlockerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parent_resource_name ⇒ String
The parent resource name for the sync blocker.
-
#resource_name ⇒ String
The resource name for the sync blocker.
-
#sync_blocker ⇒ Types::SyncBlocker
Information about the sync blocker to be updated.
Instance Attribute Details
#parent_resource_name ⇒ String
The parent resource name for the sync blocker.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1761 class UpdateSyncBlockerOutput < Struct.new( :resource_name, :parent_resource_name, :sync_blocker) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name for the sync blocker.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1761 class UpdateSyncBlockerOutput < Struct.new( :resource_name, :parent_resource_name, :sync_blocker) SENSITIVE = [] include Aws::Structure end |
#sync_blocker ⇒ Types::SyncBlocker
Information about the sync blocker to be updated.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1761 class UpdateSyncBlockerOutput < Struct.new( :resource_name, :parent_resource_name, :sync_blocker) SENSITIVE = [] include Aws::Structure end |