class Cumulus::IAM::PolicyUnifier::Instance
the following inner classes are used to keep track of whether we've seen a policy before. `SingleInstance` and `MultipleInstances` both extend `Instance`, as both of them have a `name` attribute.
Attributes
name[R]
Public Class Methods
new(name)
click to toggle source
# File lib/iam/migration/PolicyUnifier.rb, line 16 def initialize(name) @name = name end