Class: Aws::Types::CatalogKinesisSource

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.



709
710
711
# File 'sig/types.rbs', line 709

def data_preview_options
  @data_preview_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def database
  @database
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


705
706
707
# File 'sig/types.rbs', line 705

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def name
  @name
end

#streaming_optionsTypes::KinesisStreamingSourceOptions

Returns the value of attribute streaming_options.



708
709
710
# File 'sig/types.rbs', line 708

def streaming_options
  @streaming_options
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def table
  @table
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


704
705
706
# File 'sig/types.rbs', line 704

def window_size
  @window_size
end