Class: Aws::Types::DirectKinesisSource
- Inherits:
-
Object
- Object
- Aws::Types::DirectKinesisSource
- 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::KinesisStreamingSourceOptions
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.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def @data_preview_options end |
#detect_schema ⇒ Boolean
Returns the value of attribute detect_schema.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def detect_schema @detect_schema end |
#name ⇒ ::String
Returns the value of attribute name.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def name @name end |
#streaming_options ⇒ Types::KinesisStreamingSourceOptions
Returns the value of attribute streaming_options.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def @streaming_options end |
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def window_size @window_size end |