Class: Aws::EC2::Plugins::CopyEncryptedSnapshot::Handler Private

Inherits:
Seahorse::Client::Handler
  • Object
show all
Defined in:
lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



20
21
22
23
24
25
# File 'lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb', line 20

def call(context)
  params = context.params
  params[:destination_region] = context.config.region
  params[:presigned_url] = presigned_url(context, params)
  @handler.call(context)
end