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. For more information, see Persistent buffering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#persistent_buffer_enabledBoolean

Whether persistent buffering should be enabled.

Returns:

  • (Boolean)


34
35
36
37
38
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 34

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