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.



2781
2782
2783
# File 'sig/types.rbs', line 2781

def data_preview_options
  @data_preview_options
end

#detect_schemaBoolean

Returns the value of attribute detect_schema.

Returns:

  • (Boolean)


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

def detect_schema
  @detect_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#streaming_optionsTypes::KinesisStreamingSourceOptions

Returns the value of attribute streaming_options.



2780
2781
2782
# File 'sig/types.rbs', line 2780

def streaming_options
  @streaming_options
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


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

def window_size
  @window_size
end