class Aws::Api::Docs::ResponseStructureExample

def string(ref)

def string(ref)
  if ref.shape.enum
    "String, one of #{ref.shape.enum.map(&:inspect).join(', ')}"
  else
    'String'
  end
end