Sha256: 54fc066560dda21e3a2a33866891017aa619431e48c1956f568f9a8b9011d4b1
Contents?: true
Size: 458 Bytes
Versions: 997
Compression:
Stored size: 458 Bytes
Contents
module Aws module Api module Docs class RequestSyntaxExample include Utils include Seahorse::Model::Shapes def initialize(method_name, operation) @method_name = method_name @operation = operation end def to_str params = ParamFormatter.new(operation_input_ref(@operation)) "resp = client.#{@method_name}(#{params.format})" end end end end end
Version data entries
997 entries across 997 versions & 2 rubygems