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