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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/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)


1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1749

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)


1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1749

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:



1749
1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1749

class UpdateSyncBlockerOutput < Struct.new(
  :resource_name,
  :parent_resource_name,
  :sync_blocker)
  SENSITIVE = []
  include Aws::Structure
end