Class: DatadogAPIClient::V2::LogsArchiveDestinationS3

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb

Overview

The S3 archive destination.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#bucketObject

The bucket where the archive will be stored.



29
30
31
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb', line 29

def bucket
  @bucket
end

#integrationObject

The S3 Archive’s integration destination.



32
33
34
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb', line 32

def integration
  @integration
end

#pathObject

The archive path.



35
36
37
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb', line 35

def path
  @path
end

#typeObject

Type of the S3 archive destination.



38
39
40
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb', line 38

def type
  @type
end