Class: Aws::CodeConnections::Types::SyncBlocker

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

Overview

Information about a blocker for a sync event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextsArray<Types::SyncBlockerContext>

The contexts for a specific sync blocker.

Returns:



1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The creation time for a specific sync blocker.

Returns:

  • (Time)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_reasonString

The provided reason for a specific sync blocker.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for a specific sync blocker.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_atTime

The time that a specific sync blocker was resolved.

Returns:

  • (Time)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_reasonString

The resolved reason for a specific sync blocker.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for a specific sync blocker.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The sync blocker type.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'lib/aws-sdk-codeconnections/types.rb', line 1372

class SyncBlocker < Struct.new(
  :id,
  :type,
  :status,
  :created_reason,
  :created_at,
  :contexts,
  :resolved_reason,
  :resolved_at)
  SENSITIVE = []
  include Aws::Structure
end