Class: Aws::Types::CatalogKinesisSource
- Inherits:
-
Object
- Object
- Aws::Types::CatalogKinesisSource
- 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.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#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.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#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.
713 714 715 |
# File 'sig/types.rbs', line 713 def @data_preview_options end |
#database ⇒ ::String
Returns the value of attribute database.
711 712 713 |
# File 'sig/types.rbs', line 711 def database @database end |
#detect_schema ⇒ Boolean
Returns the value of attribute detect_schema.
709 710 711 |
# File 'sig/types.rbs', line 709 def detect_schema @detect_schema end |
#name ⇒ ::String
Returns the value of attribute name.
707 708 709 |
# File 'sig/types.rbs', line 707 def name @name end |
#streaming_options ⇒ Types::KinesisStreamingSourceOptions
Returns the value of attribute streaming_options.
712 713 714 |
# File 'sig/types.rbs', line 712 def @streaming_options end |
#table ⇒ ::String
Returns the value of attribute table.
710 711 712 |
# File 'sig/types.rbs', line 710 def table @table end |
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
708 709 710 |
# File 'sig/types.rbs', line 708 def window_size @window_size end |