Class: DatadogAPIClient::V2::LogsArchiveStorageClassS3Type

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

Overview

The storage class where the archive will be stored.

Constant Summary collapse

STANDARD =
"STANDARD".freeze
STANDARD_IA =
"STANDARD_IA".freeze
ONEZONE_IA =
"ONEZONE_IA".freeze
INTELLIGENT_TIERING =
"INTELLIGENT_TIERING".freeze
GLACIER_IR =
"GLACIER_IR".freeze

Method Summary

Methods included from BaseEnumModel

included