@return [String]
@option options :#account_id ('-')
# File lib/aws/glacier.rb, line 35 def intialize options = {} @account_id = options[:account_id] || '-' super end
@return [VaultCollection] Returns a collection for working with
vaults that belong to this account.
# File lib/aws/glacier.rb, line 45 def vaults VaultCollection.new(:config => config, :account_id => account_id) end