Class: Aws::CodeConnections::Types::SyncBlockerContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::SyncBlockerContext
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
The context for a specific sync blocker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key provided for a context key-value pair for a specific sync blocker.
-
#value ⇒ String
The value provided for a context key-value pair for a specific sync blocker.
Instance Attribute Details
#key ⇒ String
The key provided for a context key-value pair for a specific sync blocker.
1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1399 class SyncBlockerContext < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value provided for a context key-value pair for a specific sync blocker.
1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1399 class SyncBlockerContext < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |