Sha256: 0e69c8b7155031b73451bb0ada2041a2eb604722c10dc54eca573cb2925696aa
Contents?: true
Size: 272 Bytes
Versions: 64
Compression:
Stored size: 272 Bytes
Contents
module Aws module Plugins class GlacierAccountId < Seahorse::Client::Plugin option :account_id, '-' handle_request(step: :validate, priority: 99) do |context| context.params[:account_id] ||= context.config.account_id end end end end
Version data entries
64 entries across 64 versions & 1 rubygems