Class: Aws::Proton::Types::SyncBlockerContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::SyncBlockerContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Detailed data of the context of the sync blocker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for the sync blocker context.
-
#value ⇒ String
The value of the sync blocker context.
Instance Attribute Details
#key ⇒ String
The key for the sync blocker context.
5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-proton/types.rb', line 5658 class SyncBlockerContext < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the sync blocker context.
5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-proton/types.rb', line 5658 class SyncBlockerContext < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |