# File lib/aws/policy.rb, line 129
    def to_h
      { 
        "Version" => version,
        "Id" => id,
        "Statement" => statements.map { |st| st.to_h } 
      }
    end