Class: Aws::Types::DirectKinesisSource

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.



2787
2788
2789
# File 'sig/types.rbs', line 2787

def data_preview_options
  @data_preview_options
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def name
  @name
end

#streaming_optionsTypes::KinesisStreamingSourceOptions

Returns the value of attribute streaming_options.



2786
2787
2788
# File 'sig/types.rbs', line 2786

def streaming_options
  @streaming_options
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def window_size
  @window_size
end