Class: Aws::OSIS::Types::BufferOptions

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

Overview

Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#persistent_buffer_enabledBoolean

Whether persistent buffering should be enabled.

Returns:

  • (Boolean)


29
30
31
32
33
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 29

class BufferOptions < Struct.new(
  :persistent_buffer_enabled)
  SENSITIVE = []
  include Aws::Structure
end