Class: Aws::CodeStarconnections::Types::SyncBlocker
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::SyncBlocker
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Information about a blocker for a sync event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contexts ⇒ Array<Types::SyncBlockerContext>
The contexts for a specific sync blocker.
-
#created_at ⇒ Time
The creation time for a specific sync blocker.
-
#created_reason ⇒ String
The provided reason for a specific sync blocker.
-
#id ⇒ String
The ID for a specific sync blocker.
-
#resolved_at ⇒ Time
The time that a specific sync blocker was resolved.
-
#resolved_reason ⇒ String
The resolved reason for a specific sync blocker.
-
#status ⇒ String
The status for a specific sync blocker.
-
#type ⇒ String
The sync blocker type.
Instance Attribute Details
#contexts ⇒ Array<Types::SyncBlockerContext>
The contexts for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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_at ⇒ Time
The creation time for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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_reason ⇒ String
The provided reason for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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 |
#id ⇒ String
The ID for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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_at ⇒ Time
The time that a specific sync blocker was resolved.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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_reason ⇒ String
The resolved reason for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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 |
#status ⇒ String
The status for a specific sync blocker.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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 |
#type ⇒ String
The sync blocker type.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File '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 |