Class: Aws::CodeConnections::Types::UpdateSyncBlockerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateSyncBlockerInput
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the sync blocker to be updated.
-
#resolved_reason ⇒ String
The reason for resolving the sync blocker.
-
#resource_name ⇒ String
The name of the resource for the sync blocker to be updated.
-
#sync_type ⇒ String
The sync type of the sync blocker to be updated.
Instance Attribute Details
#id ⇒ String
The ID of the sync blocker to be updated.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1738 class UpdateSyncBlockerInput < Struct.new( :id, :sync_type, :resource_name, :resolved_reason) SENSITIVE = [] include Aws::Structure end |
#resolved_reason ⇒ String
The reason for resolving the sync blocker.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1738 class UpdateSyncBlockerInput < Struct.new( :id, :sync_type, :resource_name, :resolved_reason) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource for the sync blocker to be updated.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1738 class UpdateSyncBlockerInput < Struct.new( :id, :sync_type, :resource_name, :resolved_reason) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type of the sync blocker to be updated.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1738 class UpdateSyncBlockerInput < Struct.new( :id, :sync_type, :resource_name, :resolved_reason) SENSITIVE = [] include Aws::Structure end |