module AWS::S3::Client::XML::HasCommonPrefixes

def self.included(mod)

def self.included(mod)
  mod.module_eval do
    element "CommonPrefixes" do
      collect_values
      format_value {|value| value.prefix }
    end
  end
end