class AWS::IAM::Policy
(see AWS::Core::Policy)
def to_h
def to_h hash = super hash.delete('Id') hash['Statement'].each do |statement| statement.delete('Sid') statement.delete('Principal') end hash end
(see AWS::Core::Policy)
def to_h hash = super hash.delete('Id') hash['Statement'].each do |statement| statement.delete('Sid') statement.delete('Principal') end hash end