Class: Aws::Types::DirectKafkaSource

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.



2772
2773
2774
# File 'sig/types.rbs', line 2772

def data_preview_options
  @data_preview_options
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


2771
2772
2773
# File 'sig/types.rbs', line 2771

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def name
  @name
end

#streaming_optionsTypes::KafkaStreamingSourceOptions

Returns the value of attribute streaming_options.



2769
2770
2771
# File 'sig/types.rbs', line 2769

def streaming_options
  @streaming_options
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def window_size
  @window_size
end