Class: Aws::CodeConnections::Types::UpdateSyncBlockerOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parent_resource_nameString

The parent resource name for the sync blocker.

Returns:

  • (String)


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_nameString

The resource name for the sync blocker.

Returns:

  • (String)


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_blockerTypes::SyncBlocker

Information about the sync blocker to be updated.

Returns:



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