Class: Aws::Types::KafkaAction
- Inherits:
-
Object
- Object
- Aws::Types::KafkaAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_properties.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#headers ⇒ ::Array[Types::KafkaActionHeader]
Returns the value of attribute headers.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#partition ⇒ ::String
Returns the value of attribute partition.
-
#topic ⇒ ::String
Returns the value of attribute topic.
Instance Attribute Details
#client_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_properties.
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.
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.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def headers @headers end |
#key ⇒ ::String
Returns the value of attribute key.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def key @key end |
#partition ⇒ ::String
Returns the value of attribute partition.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def partition @partition end |
#topic ⇒ ::String
Returns the value of attribute topic.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def topic @topic end |