You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Resources::RequestName of the method called on the client when this operation is called.
A new instance of Request.
Returns a new instance of Request.
8 9 10 11
# File 'aws-sdk-resources/lib/aws-sdk-resources/request.rb', line 8 def initialize(options = {}) @method_name = options[:method_name] @params = options[:params] || [] endInstance Attribute Details #method_name ⇒ String
Returns Name of the method called on the client when this operation is called.
15 16 17
# File 'aws-sdk-resources/lib/aws-sdk-resources/request.rb', line 15 def method_name @method_name end#params ⇒ Array<RequestParams::Param>
18 19 20
# File 'aws-sdk-resources/lib/aws-sdk-resources/request.rb', line 18 def params @params endInstance Method Details #call(options) ⇒ Seahorse::Client::Response
23 24 25
# File 'aws-sdk-resources/lib/aws-sdk-resources/request.rb', line 23 def call(options) client(options).send(@method_name, req_params(options), &options[:block]) end
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4