Module: Cumulus::SQS::QueueChange

Includes:
Common::DiffChange
Included in:
QueueDiff
Defined in:
lib/sqs/models/QueueDiff.rb

Overview

Public: The types of changes that can be made to a dead letter config

Constant Summary collapse

DELAY =
Common::DiffChange.next_change_id
MESSAGE_SIZE =
Common::DiffChange.next_change_id
MESSAGE_RETENTION =
Common::DiffChange.next_change_id
RECEIVE_WAIT =
Common::DiffChange.next_change_id
VISIBILITY =
Common::DiffChange.next_change_id
DEAD =
Common::DiffChange.next_change_id
POLICY =
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