Module: Cumulus::S3::LifecycleChange

Includes:
Common::DiffChange
Included in:
LifecycleDiff
Defined in:
lib/s3/models/LifecycleDiff.rb

Overview

Public: The types of changes that cna be made to an S3 Lifecycle Rule

Constant Summary collapse

DAYS_UNTIL_DELETE =
Common::DiffChange.next_change_id
DAYS_UNTIL_GLACIER =
Common::DiffChange.next_change_id
PAST_UNTIL_DELETE =
Common::DiffChange.next_change_id
PAST_UNTIL_GLACIER =
Common::DiffChange.next_change_id
PREFIX =
Common::DiffChange.next_change_id

Constants included from Common::DiffChange

Common::DiffChange::ADD, Common::DiffChange::MODIFIED, Common::DiffChange::UNMANAGED

Method Summary

Methods included from Common::DiffChange

next_change_id