Class: Aws::Types::CatalogKafkaSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_preview_optionsTypes::StreamingDataPreviewOptions

Returns the value of attribute data_preview_options.



698
699
700
# File 'sig/types.rbs', line 698

def data_preview_options
  @data_preview_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def database
  @database
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


694
695
696
# File 'sig/types.rbs', line 694

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def name
  @name
end

#streaming_optionsTypes::KafkaStreamingSourceOptions

Returns the value of attribute streaming_options.



697
698
699
# File 'sig/types.rbs', line 697

def streaming_options
  @streaming_options
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def table
  @table
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


693
694
695
# File 'sig/types.rbs', line 693

def window_size
  @window_size
end