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.



2778
2779
2780
# File 'sig/types.rbs', line 2778

def data_preview_options
  @data_preview_options
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2774
2775
2776
# File 'sig/types.rbs', line 2774

def name
  @name
end

#streaming_optionsTypes::KafkaStreamingSourceOptions

Returns the value of attribute streaming_options.



2775
2776
2777
# File 'sig/types.rbs', line 2775

def streaming_options
  @streaming_options
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def window_size
  @window_size
end