Class: Aws::Glue::Types::StreamingDataPreviewOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies options related to data preview for viewing a sample of your data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#polling_timeInteger

The polling time in milliseconds.

Returns:

  • (Integer)


20745
20746
20747
20748
20749
20750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20745

class StreamingDataPreviewOptions < Struct.new(
  :polling_time,
  :record_polling_limit)
  SENSITIVE = []
  include Aws::Structure
end

#record_polling_limitInteger

The limit to the number of records polled.

Returns:

  • (Integer)


20745
20746
20747
20748
20749
20750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20745

class StreamingDataPreviewOptions < Struct.new(
  :polling_time,
  :record_polling_limit)
  SENSITIVE = []
  include Aws::Structure
end