Class: Aws::Types::KafkaAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_properties::Hash[::String, ::String]

Returns the value of attribute client_properties.

Returns:

  • (::Hash[::String, ::String])


2902
2903
2904
# File 'sig/types.rbs', line 2902

def client_properties
  @client_properties
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def destination_arn
  @destination_arn
end

#headers::Array[Types::KafkaActionHeader]

Returns the value of attribute headers.

Returns:



2903
2904
2905
# File 'sig/types.rbs', line 2903

def headers
  @headers
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def key
  @key
end

#partition::String

Returns the value of attribute partition.

Returns:

  • (::String)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def partition
  @partition
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def topic
  @topic
end