Class: Aws::Types::DirectKafkaSource
- Inherits:
-
Object
- Object
- Aws::Types::DirectKafkaSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Returns the value of attribute data_preview_options.
-
#detect_schema ⇒ Boolean
Returns the value of attribute detect_schema.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#streaming_options ⇒ Types::KafkaStreamingSourceOptions
Returns the value of attribute streaming_options.
-
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
Instance Attribute Details
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Returns the value of attribute data_preview_options.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def @data_preview_options end |
#detect_schema ⇒ Boolean
Returns the value of attribute detect_schema.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def detect_schema @detect_schema end |
#name ⇒ ::String
Returns the value of attribute name.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def name @name end |
#streaming_options ⇒ Types::KafkaStreamingSourceOptions
Returns the value of attribute streaming_options.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def @streaming_options end |
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def window_size @window_size end |