class Aws::Stubbing::EmptyStub

def stub

Returns:
  • (Structure) -
def stub
  if @rules
    stub_ref(@rules)
  else
    EmptyStructure.new
  end
end