Module: Cumulus::VPC::NetworkAclChange

Includes:
Common::DiffChange
Included in:
NetworkAclDiff
Defined in:
lib/vpc/models/NetworkAclDiff.rb

Overview

Public: The types of changes that can be made to the network acl

Constant Summary collapse

INBOUND =
Common::DiffChange.next_change_id
OUTBOUND =
Common::DiffChange.next_change_id
TAGS =
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