Class: SimpleAWS::ImportExport
- Includes:
- CallTypes::ActionParam, Signing::Version2
- Defined in:
- lib/simple_aws/import_export.rb
Overview
Amazon's Import / Export
http://docs.amazonwebservices.com/AWSImportExport/latest/API/Welcome.html
All requests are POST and always through HTTPS. This API does not support region specifiers.
Instance Attribute Summary
Attributes inherited from API
#access_key, #debug_to, #region, #secret_key, #version
Instance Method Summary collapse
-
#initialize(key, secret) ⇒ ImportExport
constructor
A new instance of ImportExport.
Methods included from Signing::Version2
#finish_and_sign_request, #sign_request
Methods included from CallTypes::ActionParam
Methods inherited from API
#debug!, default_region, endpoint, #uri, use_https, version
Constructor Details
#initialize(key, secret) ⇒ ImportExport
Returns a new instance of ImportExport.
23 24 25 |
# File 'lib/simple_aws/import_export.rb', line 23 def initialize(key, secret) super(key, secret) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class SimpleAWS::CallTypes::ActionParam