Class: Aws::Types::KafkaActionHeader

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)


2908
2909
2910
# File 'sig/types.rbs', line 2908

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def value
  @value
end