Class: Aws::CodeStarconnections::Types::UpdateSyncBlockerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateSyncBlockerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1749 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.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1749 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.
1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1749 class UpdateSyncBlockerOutput < Struct.new( :resource_name, :parent_resource_name, :sync_blocker) SENSITIVE = [] include Aws::Structure end |