Module: Cumulus::ELB::AccessLogChange

Includes:
Common::DiffChange
Included in:
AccessLogDiff
Defined in:
lib/elb/models/AccessLogDiff.rb

Overview

Public: The types of changes that can be made to an access log config

Constant Summary collapse

ENABLED =
Common::DiffChange.next_change_id
BUCKET =
Common::DiffChange.next_change_id
EMIT =
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