module AWS::IAM::Collection::WithPrefix

def initialize options = {}

Other tags:
    Private: -
def initialize options = {}
  @prefix = options[:prefix]
  super
end