Class: DatadogAPIClient::V2::ObservabilityPipelineAmazonS3GenericBatchSettings
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineAmazonS3GenericBatchSettings
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_batch_settings.rb
Overview
Event batching settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#batch_size ⇒ Object
Maximum batch size in bytes.
-
#timeout_secs ⇒ Object
Maximum number of seconds to wait before flushing the batch.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_batch_settings.rb', line 30 def additional_properties @additional_properties end |
#batch_size ⇒ Object
Maximum batch size in bytes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_batch_settings.rb', line 25 def batch_size @batch_size end |
#timeout_secs ⇒ Object
Maximum number of seconds to wait before flushing the batch.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_batch_settings.rb', line 28 def timeout_secs @timeout_secs end |