Class: Aws::CodeStarconnections::Types::SyncBlockerContext

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

Overview

The context for a specific sync blocker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key provided for a context key-value pair for a specific sync blocker.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1393

class SyncBlockerContext < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value provided for a context key-value pair for a specific sync blocker.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1393

class SyncBlockerContext < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end