class Aws::ClientStubs::Stub
def format(data = {})
-
data(Hash) -- An optional hash of data to format into the stubbed
def format(data = {}) if @shape.nil? empty_stub(data) else validate_data(data) stub(@shape, data) end end
data
(Hash)
-- An optional hash of data to format into the stubbed
def format(data = {}) if @shape.nil? empty_stub(data) else validate_data(data) stub(@shape, data) end end