Class: Aws::Types::SyncBlockerContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def key
  @key
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def value
  @value
end