module Aws::ClientStubs
def stub_data(operation_name, data = {})
-
(Structure)- Returns a stubbed response data structure. The
Parameters:
-
data(Hash) -- -
operation_name(Symbol) --
def stub_data(operation_name, data = {}) Stubbing::StubData.new(operation(operation_name)).stub(data) end