Class: Aws::CodeStarconnections::Types::SyncBlocker

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



1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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)


1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1366

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