class AWS::Glacier::Resource

def initialize *args

Other tags:
    Api: - private
def initialize *args
  options = args.last.is_a?(Hash) ? args.last : {}
  @account_id = options[:account_id] || '-'
  super
end