Class: Aws::Proton::Types::SyncBlockerContext

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

Overview

Detailed data of the context of the sync blocker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for the sync blocker context.

Returns:

  • (String)


5658
5659
5660
5661
5662
5663
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5658

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

#valueString

The value of the sync blocker context.

Returns:

  • (String)


5658
5659
5660
5661
5662
5663
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5658

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