Class: Aws::CodeStarconnections::Types::UpdateSyncBlockerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the sync blocker to be updated.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1726

class UpdateSyncBlockerInput < Struct.new(
  :id,
  :sync_type,
  :resource_name,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_reasonString

The reason for resolving the sync blocker.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1726

class UpdateSyncBlockerInput < Struct.new(
  :id,
  :sync_type,
  :resource_name,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource for the sync blocker to be updated.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1726

class UpdateSyncBlockerInput < Struct.new(
  :id,
  :sync_type,
  :resource_name,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

The sync type of the sync blocker to be updated.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1726

class UpdateSyncBlockerInput < Struct.new(
  :id,
  :sync_type,
  :resource_name,
  :resolved_reason)
  SENSITIVE = []
  include Aws::Structure
end